Okta auth, getting 404 in dev env with login/callback but in local its working fine

hi all,
I’m integrating OKTA Auth with my react app.
in local environment, everything works fine, getting 200 with /login/callback
but in dev environment, Im getting 404 error with /login/callback url.

Kindly assit.

1 Like

Hi,

Can you make sure that your redirect uri /login/callback is reachable in the dev environment. 404 suggests that the endpoint was not found.

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