Kapeusz

Kapeusz

Pow - token has expired

Hello, I have configured Pow in my application and everything seems to work fine besides two things. Password reset does not work and I see weird application behavior - when I click on the confirmation link I’m getting signed in but it’s impossible to sign in after log out. In the database, the field “email_confirmed_at” is empty. Also, when I’m getting redirected to my application from the password reset link I see a message that the token has expired. Does anyone have any idea what is wrong? I attach the trace from password reset:

[info] GET /reset-password/SFMyNTY.ODlhODA2NzQtYzIyMC00ZTlhLThkMWQtNGEwZGJjNjA1MGZk.7ead3zSq1WMHR4IhwXhMWTv3Tw_Q4IN67AQ-qa_26RI
[debug] Processing with PowResetPassword.Phoenix.ResetPasswordController.edit/2
  Parameters: %{"id" => "sfmynty.odlhoda2nzqtyziymc00ztlhlthkmwqtngewzgjjnja1mgzk.7ead3zsq1wmhr4ihwxhmwtv3tw_q4in67aq-qa_26ri"}
  Pipelines: [:browser]
[info] Sent 302 in 5ms
[debug] PowResetPassword.Phoenix.ResetPasswordController halted in :load_user_from_reset_token/2

Trace from email confirmation:

[info] GET /confirm-email/SFMyNTY.YjM1ZGI0OTktZGQ1ZC00NDM3LWIzYTctNDAzNGRlNDlhOGVj.d592v-RTYMGwXcinAzAYl2Wp1-xJi5aqMFHb22WUWOM
[debug] Processing with PowEmailConfirmation.Phoenix.ConfirmationController.show/2
  Parameters: %{"id" => "sfmynty.yjm1zgi0otktzgq1zc00ndm3lwizytctndazngrlndlhogvj.d592v-rtymgwxcinazayl2wp1-xji5aqmfhb22wuwom"}
  Pipelines: [:browser]
[info] Sent 302 in 4ms
[debug] PowEmailConfirmation.Phoenix.ConfirmationController halted in :load_user_from_confirmation_token/2
[info] GET /session/new
[debug] Processing with Pow.Phoenix.SessionController.new/2

EDIT: I’m not getting signed in always when trying to confirm the email. Only sometimes.

Where Next?

Popular in Questions Top

baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? Ecto.Repo — Ecto v3.14.0 has exampl...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

Other popular topics Top

JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
hariharasudhan94
Lets say I have map like this fetching from my database %{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => ...
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 40165 209
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

We're in Beta

About us Mission Statement