-
|
I'm setting up a new privately hosted instance in a docker container. When I try to sign up I get: The log file shows: And here is my compose file: Any thoughts on why this might be happening? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 9 replies
-
|
Wanted to try fizzy for the first time, same issue. I have an even simpler docker configuration, i just launched the container with
(secret key generated by |
Beta Was this translation helpful? Give feedback.
-
|
I've not been able to reproduce this yet. That simple Can I ask a bit more about the setup you both have?
|
Beta Was this translation helpful? Give feedback.
-
|
For now, I'm accessing the container directly. Same result on Arc, Safari and Firefox. Removing the mail variables doesn't seem to change anything. |
Beta Was this translation helpful? Give feedback.
-
|
We actually just re-enabled default debug logging in the container. If you pull and try again, can you see any clues in the container logs for what's triggering the 422? |
Beta Was this translation helpful? Give feedback.
-
|
I'll just chime in and say I am experiencing the same issue. Unraid docker config, mail setup and apparently working. Got the same error: Can't verify CSRF token authenticity |
Beta Was this translation helpful? Give feedback.


Ahh, that's the problem. That header won't be sent unless you're in a secure context, which in this case means either using HTTPS or accessing it locally (localhost). I see in that case the origin is
http://192.168.1.251:8011, so neither of those.We'll look into how to support this use case.