Blank screen on install #461
Unanswered
RealAntithesis
asked this question in
Q&A
Replies: 1 comment
-
|
VoidAuth should never return a completely blank page, and it looks like you are not seeing any API requests in the logs so the requests are not making it to the service. I am not familiar with Zoraxy but I would copy over a known good configuration for a service on the same address that is easy to verify. If that does not work, you could try opening the developer tools in your browser tab and trying to load VoidAuth, and see if there are any console errors which could find any issues with things like Content Security Policy violations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know this has come up a few times here, but I too, am getting a blank screen. The other (closed) posts on this subject didn't really help. On installing via docker, I get the password reset link from the log. Going to this web address results in no UI - just a blank (dark) screen. I've given this a https URL via my Zoraxy reverse proxy, with the base domain provided by Cloudflare. The APP_URL environment variable is set, which the session domain is picking up from. The logs appear to be inconclusive and don't appear to indicate there's an error:
I'm not sure where to go from here - any help? Some of my other proxied apps seem fine, but I'm not about to put all of these on Zoraxy without setting up the auth properly. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions