Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: error when trying to open data source tab #8477

Closed
1 task done
dstala opened this issue May 15, 2024 · 1 comment · Fixed by #8479
Closed
1 task done

🐛 Bug: error when trying to open data source tab #8477

dstala opened this issue May 15, 2024 · 1 comment · Fixed by #8479

Comments

@dstala
Copy link
Member

dstala commented May 15, 2024

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

message: Cannot read properties of undefined (reading 'value')

TypeError: Cannot read properties of undefined (reading 'value')
    at onCreateBaseClick (http://localhost:3000/_nuxt/components/project/AllTables.vue:87:36)
    at callWithErrorHandling (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:184:18)
    at callWithAsyncErrorHandling (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:192:17)
    at HTMLDivElement.invoker (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-4SDL7GPP.js?v=c9e56c96:818:5)

Desired Behavior

Project Details

Node: v18.19.1
Arch: arm64
Platform: darwin
Docker: false
RootDB: sqlite3
PackageVersion: 0.205.0

Attachments

No response

@dstala
Copy link
Member Author

dstala commented May 15, 2024

In PG

message: Cannot read properties of undefined (reading 'value')

TypeError: Cannot read properties of undefined (reading 'value')
    at watch.immediate (http://localhost:3000/_nuxt/components/dashboard/settings/DataSources.vue:212:42)
    at callWithErrorHandling (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:184:18)
    at callWithAsyncErrorHandling (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:192:17)
    at job (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:1708:9)
    at flushPreFlushCbs (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:327:7)
    at updateComponentPreRender (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:5114:5)
    at ReactiveEffect.componentUpdateFn [as fn] (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:5032:11)
    at ReactiveEffect.run (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-TUZK3G5J.js?v=c9e56c96:1334:23)
    at instance.update (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:5096:52)
    at updateComponent (http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/chunk-NX2X6RUO.js?v=c9e56c96:4923:18)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Closed
Development

Successfully merging a pull request may close this issue.

1 participant