I get this error when I'm trying to connect a local React app to a local Logto instance running on Docker
{"code":"oidc.invalid_redirect_uri","message":"`redirect_uri` did not match any of the client's registered `redirect_uris`.","error":"invalid_redirect_uri","error_description":"redirect_uri did not match any of the client's registered redirect_uris","state":"1PRuqSahxd8XK-d6guzqUV9v-9LkQOaCbwFrbBU2aj_0pY0Kunc5ujKkOKMocPHNcPkvjYlY-cOsFGxb7b-yQg","iss":"http://localhost:3001/oidc"}
Describe the bug
I get this error when I'm trying to connect a local React app to a local Logto instance running on Docker
Expected behavior
It should display login screen
How to reproduce?
run Logto and create an app:
Create a simple react app:
Click on SingIn app.
Context
Screenshots