I've been trying all day and still have problems.
Is there any tutorial I can learn from?
I don't know which section is causing the problem.
"BadRequest" message : "The server did not understand the operation that was requested." type : "client"
I've been trying all day and still have problems.
Is there any tutorial I can learn from?
I don't know which section is causing the problem.
"BadRequest" message : "The server did not understand the operation that was requested." type : "client"
It seems no one has configured Amazon Cognito before. Maybe you could open an issue on GitHub to see if anyone else has set this up.
I succeeded; the problem was with the OAuth2 Basic settings:
User Username JSON Path:
Username
User Email JSON Path:
Username
This setting resulted in the DB field varchar(30) being out of range.
I changed it to:
User Username JSON Path:
email
User Email JSON Path:
email
Alternatively, you could increase the field length in the user table.
/--------------
Thanks
I've completed the registration process, but the answer I'm getting is that there's an issue. I'm working on it.
HTTP error 50X
The server encountered an error and could not complete your request.
In this situation, there should be an error log. Check the logs in Docker; that should help you troubleshoot the issue.