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

Unable to access settings via cloudflared tunnel. Able to access user settings via local host. #469

Closed
spencerwongfeilong opened this issue Mar 9, 2024 · 2 comments

Comments

@spencerwongfeilong
Copy link

Hello,

After updating to version 2.15.0, I am facing an issue where I cannot access the user settings menu through a cloudflared tunnel. The menu does not pop up as expected.

However, I can successfully access the user settings menu when using my network IP address followed by the port number.

Do I need to adjust or add any specific configurations to resolve this issue?

@BobDu
Copy link
Member

BobDu commented Mar 9, 2024

Can you open browser devtools and see network tab?
Maybe some request is failed.
If you could investigate from this angle and provide more information, it would help with problem-solving.

@spencerwongfeilong
Copy link
Author

Can you open browser devtools and see network tab? Maybe some request is failed. If you could investigate from this angle and provide more information, it would help with problem-solving.

Hello i resolved it by ending the following variables in the docker compose.
VITE_APP_API_BASE_URL: xxx.yyy.win
VITE_GLOB_OPEN_LONG_REPLY: true
HTTPS_PROXY: xxx.yyy.win
VITE_GLOB_APP_PWA: true (this doesnt seem to enable PWA)

@BobDu BobDu closed this as completed Mar 9, 2024
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

2 participants