Embedded Okta Sign in widget error on /interact endpoint

I’m testing out the embedded okta sign in widget from an index.html file using CDN. I’m using widget version 7.36.3 (latest). I have a SPA set up. I made sure that my clientid and redirect url match between my SPA and html. When I run the script I immediately get the Okta widget box and it says “There was an unexpected internal error. Please try again.” When I inspect the network logs I see that it errors out on the /interact endpoint and this is the error code:

{
“errorCode”: “E0000022”,
“errorSummary”: “The endpoint does not support the provided HTTP method”,
“errorLink”: “E0000022”,
“errorId”: “oaeIRpDurdrT3OSPb6H9b84SQ”,
“errorCauses”:
}

But after that first /interact error, I do see a 200 /interact. Then nothing.

I have interaction code flow enabled in my SPA. The only thing I noticed is my default auth server did not come with a default access policy so I had to create an access policy. Any idea why I can’t get the widget to show the username and password fields?

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