Error when trying to login

I’m not sure what to do. I’m not sure if I installed the decencies for this correctly. I’m getting this error when I’m trying to login.

Failed to load https://dev-677540.oktapreview.com/api/v1/sessions/me: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://101.0.0.1:60406’ is therefore not allowed access

Clicking on the link gives this error

{"errorCode":"E0000022","errorSummary":"The endpoint does not support the provided HTTP method","errorLink":"E0000022","errorId":"oaeLUW2KfdwRA6dx-iQfDSmDA","errorCauses":[]}

Hi @alexznumber1,

I’m suspecting that CORS was not enabled for your host. Make sure that all domains are whitelisted under the Trusted Origins page in your Okta organization dashboard.

Can you try this out and see if that resolves your issue?