Hi,
I'm trying to make a session with logs (https://developers.themoviedb.org/3/authentication/how-do-i-generate-a-session-id), and to make this you need to:
create an account
The last redirection doesn't work: https://www.themoviedb.org/authenticate/${data.token}?redirect_to=http://localhost:3000/#/createSession
I have tried to write: http://localhost:3000/#/createSession => doesn't work.
I have tried to write: https://google.com => it works.
When i said, it doesn't work, means the redirection is made on my home page... And not on the page i would like.
Is there a problem with the param, redirect_to
, or it's me ? Because i have already tried some things and still not working...
Thanks for your help.