Closed dhernandezgt closed 4 months ago
The request that you've made caused an unhandled exception. You are also running the Flask application with the debugger enabled, so the debugger takes over and returns the interactive stack trace. If you disable the debugger, or disable the debug mode altogether, then the response will be the standard error response.
Hi Miguel,
I am testing the api application and I found that Revoke an access token endpoint return an 500 error in HTML format to API (in webUI Documentation and also with httpie in console) it looks that one schema auth argument and/or 500 error handle is missing.
Saludos desde Guatemala.
Best Regards,
DH