Hi, I’m trying to use the react SPA SDK to authorize people.
Yesterday I managed to sign myself up so it feels like the configuration is done correctly. However late the same day and also still today. The authorize client requests fails with a status 400, and in the reponse I get an html page, wich contains the following statement:
<p class="error-status">
<strong>invalid_request</strong>: The specified redirect_uri 'http://localhost:8080/act/' does not have a registered origin.
</p>
I ofc did add the url in the application configuration liek so:
It is also added in the fields: Allowed Callback URLs and Allowed Logout URLs
This is what the failing request looks like:
Evidence that it was working yesterday: