-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Internal server error when taking too long to accept/decline grant #1917
Comments
@dragosp1011 To double check, is the error message is coming from the "finish" interaction route or the "accept/deny" route? |
I tested with boutioque locally. Currently a |
Got it, it looks like the 400 message you are getting without any other details is because we don't have nice formatting for GNAP errors on the interaction server yet (PR: interledger/rafiki#3094) Otherwise it should be
The screenshot above makes sense for the finish route, since at that point, the AS session/cookie is expired. Left comment on Slack. |
Closing this issue as there is a ticket opened in Rafiki for it |
Steps to reproduce
/grant-interactions
page.Expected result
interact.finish.uri
(redirect) to be followed with a grant failure indication in URL parameter.Actual result
A modal with message "Internal server error" is shown.
Screenshots or videos
Additional context
No response
Operating system
Windows, macOS, Linux
Operating system version
No response
Browsers
Chrome, Microsoft Edge, Firefox
Browser version
No response
The text was updated successfully, but these errors were encountered: