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
If you use sofia on 127.0.0.1 it puts 127.0.0.1 in the redirect url when logging in through amber UI, but amber ui/api does not accept 127.0.0.1 as a valid redirect url. So you should use sofia on localhost.
The text was updated successfully, but these errors were encountered:
Run
bundle exec rails server
with or without-p 5000
Expected sofia to tell in the console to visit: http://localhost:5000 as that is also mentioned in the Readme.md
But it suggested http://127.0.0.1:5000 instead.
If you use sofia on 127.0.0.1 it puts 127.0.0.1 in the redirect url when logging in through amber UI, but amber ui/api does not accept 127.0.0.1 as a valid redirect url. So you should use sofia on localhost.
The text was updated successfully, but these errors were encountered: