[GH-ISSUE #965] Cannot read property '0' of undefined #229

Closed
opened 2026-03-07 20:46:30 +03:00 by kerem · 11 comments
Owner

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
error01

error02

error03

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** ![error01](https://user-images.githubusercontent.com/49448987/178788989-341b1e90-748f-4104-9d88-1189d7f7893f.jpg) ![error02](https://user-images.githubusercontent.com/49448987/178789011-3f495c4c-788c-46d2-8496-37d51fae0433.jpg) ![error03](https://user-images.githubusercontent.com/49448987/178790166-d5a608ff-7761-4bc8-9f36-91b562e504a6.jpg)
kerem 2026-03-07 20:46:30 +03:00
Author
Owner

@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)

<!-- gh-comment-id:1184285200 --> @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)
Author
Owner

@itman2022 commented on GitHub (Jul 14, 2022):

not works, Wroud

<!-- gh-comment-id:1184431569 --> @itman2022 commented on GitHub (Jul 14, 2022): not works, Wroud
Author
Owner

@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?

<!-- gh-comment-id:1185393265 --> @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?
Author
Owner

@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

<!-- gh-comment-id:1185462692 --> @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
Author
Owner

@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)

error06

<!-- gh-comment-id:1186453298 --> @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) ![error06](https://user-images.githubusercontent.com/49448987/179391660-e173fedf-88fe-4566-896d-200e57140d29.jpg)
Author
Owner

@Wroud commented on GitHub (Jul 18, 2022):

@itman2022 can you please tell steps to reproduce?

<!-- gh-comment-id:1188218650 --> @Wroud commented on GitHub (Jul 18, 2022): @itman2022 can you please tell steps to reproduce?
Author
Owner

@itman2022 commented on GitHub (Jul 19, 2022):

@Wroud

  1. run-server.bat
  2. open chrome -> http://localhost:8978/
  3. F12
  4. show : Uncaught (in promise) Server Error: Cannot return null for non-nullable type: 'String' within parent 'SessionInfo' (/session/locale)
<!-- gh-comment-id:1189263706 --> @itman2022 commented on GitHub (Jul 19, 2022): @Wroud 1. run-server.bat 2. open chrome -> http://localhost:8978/ 3. F12 4. show : Uncaught (in promise) Server Error: Cannot return null for non-nullable type: 'String' within parent 'SessionInfo' (/session/locale)
Author
Owner

@Wroud commented on GitHub (Jul 19, 2022):

@itman2022 if you have built server from sources, please pull changes from cloudbeaver and rebuild it, we fixed this problem in github.com/dbeaver/cloudbeaver@2a29a065c6

<!-- gh-comment-id:1189429285 --> @Wroud commented on GitHub (Jul 19, 2022): @itman2022 if you have built server from sources, please pull changes from `cloudbeaver` and rebuild it, we fixed this problem in https://github.com/dbeaver/cloudbeaver/commit/2a29a065c6344780a010b07ae0f3a5e21d3a7dbb
Author
Owner

@itman2022 commented on GitHub (Jul 20, 2022):

it works !

<!-- gh-comment-id:1190540089 --> @itman2022 commented on GitHub (Jul 20, 2022): it works !
Author
Owner

@kseniiaguzeeva commented on GitHub (Jul 20, 2022):

I'm glad to hear it.

<!-- gh-comment-id:1190553148 --> @kseniiaguzeeva commented on GitHub (Jul 20, 2022): I'm glad to hear it.
Author
Owner

@kseniaguzeeva commented on GitHub (Sep 7, 2022):

The bug is fixed and available in the latest 22.2.0 release.

<!-- gh-comment-id:1239053136 --> @kseniaguzeeva commented on GitHub (Sep 7, 2022): The bug is fixed and available in the latest 22.2.0 release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#229
No description provided.