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

supper desk url is blank on the browser #3277

Open
ariyaee1367 opened this issue Apr 6, 2022 · 3 comments
Open

supper desk url is blank on the browser #3277

ariyaee1367 opened this issue Apr 6, 2022 · 3 comments

Comments

@ariyaee1367
Copy link

Hi ,
I installed super desk with your compose file .
But when open url link with the browser , mmy page is blank and on the inspect there are bellow error :
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://192.168.1.193:8080/api/client_config. (Reason: CORS request did not succeed). Status code: (null).
error

@0x41mmarVM
Copy link

If you want to access the instance over public IP, you need to correctly configure the URL in the environment variables. Check the docker-compose scrip and replace localhost with the IP as needed.

@SKJoy
Copy link

SKJoy commented Sep 12, 2023

UPDATE: Looks like it all got fixed after I removed all the containers (kept the volumes), and restarted the stack! A documentation section could be helpful? Thank you guys.

SuperDesk always creating URLs with localhost! Browser Network tab shows it is trying to fetch http://localhost:8080/api/client_config. I have set the ENVIRONMENT variables as bellow but still no help :( Trying to host it under a domain using NginX reverse proxy.

Server

Client

Why does documents have to be so obscure always :(

@nerocil
Copy link

nerocil commented May 23, 2024

UPDATE: Looks like it all got fixed after I removed all the containers (kept the volumes), and restarted the stack! A documentation section could be helpful? Thank you guys.

SuperDesk always creating URLs with localhost! Browser Network tab shows it is trying to fetch http://localhost:8080/api/client_config. I have set the ENVIRONMENT variables as bellow but still no help :( Trying to host it under a domain using NginX reverse proxy.

Server

Client

Why does documents have to be so obscure always :(

HI, I face this issue too, did you manage to fix this issue?

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

No branches or pull requests

4 participants