Replies: 2 comments
-
I have also tried using datastar or htmx to redirect on the 204 response but because 204 is "empty" they just "ignore" it |
Beta Was this translation helpful? Give feedback.
0 replies
-
By default , on every login success, it always response you with 204 status code You have to overwrite
|
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 am having a heck of time trying to get around the default 204 response on successful login via httponly cookie from a login page.
I am attempting to password protect the docs and a simple dashboard that uses htmx or datastar(prefered). So far what I have found in other discussions/issues have resulted in the same 204 response. Oddly I can get logout to redirect but not login.
Does anyone have any suggestions on how to circumvent the 204 response and get a 303
Beta Was this translation helpful? Give feedback.
All reactions