Sign In Widget and Netlify

I followed this doc to get the sign-in widget working;
https://developer.okta.com/code/react/okta_react_sign-in_widget/

It works perfectly on localhost, but when I deploy my app to Netlify the “implicit/callback” route just results in a “Page Not Found” from Netlify.

You can see the deployed app here;
https://stoic-newton-3b8e54.netlify.com/

Hi @trentj

The issue occurs because, in the browser, the request tries to resolve /implicit/callback as a physical path instead of a virtual one. In order to resolve this issue, can you please set a routing on the back-end channel to route all traffic from /implicit/callback to index.html?

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.