You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the interaction is expired and I am trying to finish the interaction, it will not redirect back to the boutique.
Looks like some changes are required in rafiki for the redirection to happen even if the interaction is expired.
I tested with boutioque locally. Currently a Internal Server Error message will appear and it does nothing after closing the modal. The internal error message is from calling the "accept/deny" route. The response form rafiki is Bad request without specific reasons why.
I tried to add the finish call when closing the error modal so the user is redirected back to the boutique and the screenshot above was the result.
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)
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: