Unexplained 404 Error after setting up Voidauth #371
-
Beta Was this translation helpful? Give feedback.
Answered by
notquitenothing
Apr 21, 2026
Replies: 1 comment 10 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.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


That is how I would expect it to look if the interaction session cookie could not or was not set. Your site is only passing to the client the
x-voidauth-interactioncookie, but other cookies are required and should be coming back with various requests as well. If you are using a WAF or some other type of control where you can whitelist cookie names, this is the list that is required:Let me know if this helps