Replies: 1 comment 2 replies
-
|
The 404 response being un-processable by the frontend framework is expected, if annoying. The regular initialization flow for a 'fresh' login page is to check for an existing interaction session ( |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I got Voidauth setup, but for some reason get a 404 on an API call which makes me unable to login:
This is what the login form looks like:
The frontend seems to struggle with the response on
/api/interaction/existsbeing the non-JSON: "Not Found". Is this a known issue that I have just missed? How do I manage to log in?Edit: This is reproducible. Even after tearing down the environment and recreating it from scratch, this still happens.
Beta Was this translation helpful? Give feedback.
All reactions