Ash FrameworkAF
Ash Framework3y ago
4 replies
TechnoMage

Authentication failures

I am trying to debug authentication failures in a multi-node setup (load balanced not Elixir multi-node).

I get session data written: "user" => "user?id=6a6ece18-0ede-4b81-a22a-73edc43db6a8" implying the authentication was sucessful, but the failure callback is being invoked in the auth controller. I presume this may be related to the web socket possibly happening before the session data is recorded from the live session? Any pointers on how to debug welcome.
Was this page helpful?