You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isUrl returns false for http://localhost:3000 and validateUrl returns false for http://127.0.0.1:3000/. This make running locally more cumbersome - because the callbacks after logging in do not work properly.
I suggest updating to allow these.
The text was updated successfully, but these errors were encountered:
isUrl returns false for
http://localhost:3000
and validateUrl returns false forhttp://127.0.0.1:3000/
. This make running locally more cumbersome - because the callbacks after logging in do not work properly.I suggest updating to allow these.
The text was updated successfully, but these errors were encountered: