gjohnsx
#1
A description of the problem
My app’s User authentication settings do not allow for the Website URL to be 127.0.0.1 for my dev environment, despite the docs telling me that this is ok.
Don’t use localhost as a callback URL
Instead of using localhost, please use a custom host locally or http(s)://127.0.0.1
When I try this, the input field says Invalid URL.

App Details
How can I make it so that when I auth with twitter from localhost:3000 that I am redirected back to localhost with my logged in Twitter user?
Thank you!
You will need to specify something that can reach your server from the outside, so a good thing to do while developing is to use ngrok: https://ngrok.com/
(There’s a bunch of similar ones too GitHub - anderspitman/awesome-tunneling: List of ngrok alternatives and other ngrok-like tunneling software and services. Focus on self-hosting.)
1 Like
system
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.