mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-04-25 21:56:01 +03:00
[GH-ISSUE #965] Cannot read property '0' of undefined #229
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
pull-request
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:ai
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:dark theme
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:kerberos
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#229
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itman2022 on GitHub (Jul 13, 2022).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/965
Describe the bug
When i execute sql , then show -> Cannot read property '0' of undefined
Cloudbeaver 22.1.2
OS: Windows 7
Browser chrome 81.0.4044.133
Screenshots

@Wroud commented on GitHub (Jul 14, 2022):
Could you please try to press Shift+F5 on the application tab (it's should clean browser cache for cloudbeaver)
@itman2022 commented on GitHub (Jul 14, 2022):
not works, Wroud
@kseniiaguzeeva commented on GitHub (Jul 15, 2022):
It seems, the ticket duplicated the issue https://github.com/dbeaver/cloudbeaver/issues/942.
I've reproduced the issue on Chrome version 81.0.4044.129. Could you please try to update the browser version?
@Geronium commented on GitHub (Jul 15, 2022):
Hello, i can't update the browser because the version of the browser is defined and managed by an other team, and i'm not the only user of cloudbeaver, i give a service with cloudbeaver inside a docker image for many users in the compagny.
Thank you
@itman2022 commented on GitHub (Jul 17, 2022):
when i update chrome to 101.0.4951.67, then show :
Uncaught (in promise) Server Error: Cannot return null for non-nullable type: 'String' within parent 'SessionInfo' (/session/locale)
at c.overrideRequest (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:744508)
at async uu.sessionExpiredInterceptor (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:1170838)
at async jt.sessionExpiredInterceptor (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:978315)
at async i.loader (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:702871)
at async i.loadingTask (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:756785)
at async i.taskWrapper (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:756911)
at async s.task (http://localhost:8978/index.f85b89fdd51e17c1bd3a.js:2:756502)
@Wroud commented on GitHub (Jul 18, 2022):
@itman2022 can you please tell steps to reproduce?
@itman2022 commented on GitHub (Jul 19, 2022):
@Wroud
@Wroud commented on GitHub (Jul 19, 2022):
@itman2022 if you have built server from sources, please pull changes from
cloudbeaverand rebuild it, we fixed this problem ingithub.com/dbeaver/cloudbeaver@2a29a065c6@itman2022 commented on GitHub (Jul 20, 2022):
it works !
@kseniiaguzeeva commented on GitHub (Jul 20, 2022):
I'm glad to hear it.
@kseniaguzeeva commented on GitHub (Sep 7, 2022):
The bug is fixed and available in the latest 22.2.0 release.