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

Blank page instead of webui on self hosted via traefik #1920

Open
demanuPL opened this issue May 4, 2024 · 0 comments
Open

Blank page instead of webui on self hosted via traefik #1920

demanuPL opened this issue May 4, 2024 · 0 comments

Comments

@demanuPL
Copy link

demanuPL commented May 4, 2024

I'm getting blank page instead of any webui or even zitadel login page. I don't have any errors in docker logs, traefik shows correct endpoints setup.

only logs I'm getting are from browser:

`2472-d2675ce40f6cc81a.js:1 SyntaxError: Expected ',' or '}' after property value in JSON at position 158 (line 1 column 159)
at JSON.parse ()
at 17258 (page-e422bc205eb5d866.js:1:8231)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at loadConfig (page-e422bc205eb5d866.js:1:6012)
at 82142 (page-e422bc205eb5d866.js:1:5419)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at 5721 (page-e422bc205eb5d866.js:1:248)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at N (2472-d2675ce40f6cc81a.js:9:2154)
at S (2472-d2675ce40f6cc81a.js:9:1433)

window.console.error @ 2472-d2675ce40f6cc81a.js:1
fd9d1056-94d51a7229cdc644.js:9 Uncaught SyntaxError: Expected ',' or '}' after property value in JSON at position 158 (line 1 column 159)
at JSON.parse ()
at 17258 (page-e422bc205eb5d866.js:1:8231)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at loadConfig (page-e422bc205eb5d866.js:1:6012)
at 82142 (page-e422bc205eb5d866.js:1:5419)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at 5721 (page-e422bc205eb5d866.js:1:248)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at N (2472-d2675ce40f6cc81a.js:9:2154)
at S (2472-d2675ce40f6cc81a.js:9:1433)

netbird.xxx.xxx/:1 Uncaught (in promise) SyntaxError: Expected ',' or '}' after property value in JSON at position 158 (line 1 column 159)
at JSON.parse ()
at 17258 (page-e422bc205eb5d866.js:1:8231)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at loadConfig (page-e422bc205eb5d866.js:1:6012)
at 82142 (page-e422bc205eb5d866.js:1:5419)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at 5721 (page-e422bc205eb5d866.js:1:248)
at Function.webpack_require (webpack-3f95d46cb44e434a.js:1:185)

netbird.xxx.xxx/:1 Uncaught (in promise) SyntaxError: Expected ',' or '}' after property value in JSON at position 158 (line 1 column 159)
at JSON.parse ()
at 17258 (layout-4138352c86c07010.js:1:28337)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at loadConfig (page-e422bc205eb5d866.js:1:6012)
at 82142 (layout-4138352c86c07010.js:1:18716)
at webpack_require (webpack-3f95d46cb44e434a.js:1:185)
at 33838 (layout-4138352c86c07010.js:1:19413)
at Function.webpack_require (webpack-3f95d46cb44e434a.js:1:185)

netbird.xxx.xxx/:1 The resource https://netbird.xxx.xxx/_next/static/media/7385e8d9d3c5518f-s.p.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

netbird.xxx.xxx/:1 The resource https://netbird.xxx.xxx/_next/static/css/1e61baa058975865.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

netbird.xxx.xxx/:1 The resource https://netbird.xxx.xxx/_next/static/media/7385e8d9d3c5518f-s.p.ttf was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.

netbird.xxx.xxx/:1 The resource https://netbird.xxx.xxx/_next/static/css/1e61baa058975865.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.`

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

No branches or pull requests

2 participants
@demanuPL and others