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 your using Turbo, you might see this behavior when trying to follow the redirect from Omniauth:
Where the browser POST's to the Rails server, gets the 302 redirect to Okta but then fails on CORs verification. This happens when you are using Turbo in your rails app and to fix it you should make a login button like this:
If your using Turbo, you might see this behavior when trying to follow the redirect from Omniauth:
Where the browser POST's to the Rails server, gets the 302 redirect to Okta but then fails on CORs verification. This happens when you are using Turbo in your rails app and to fix it you should make a login button like this:
I figured this out by following what this comment said:
hotwired/turbo#45 (comment)
This might be worth putting in the readme as a weird gotcha?
The text was updated successfully, but these errors were encountered: