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
When trying to hit a post endpoint defined in my OpenAPI spec the application is returning a 500 error with some message that it has been logged!!! Where has it been logged? What does that ID correlate to? how can I debug these errors?
The text was updated successfully, but these errors were encountered:
So realised that my schema objects did not have a type attribute set to "object", once I added this it worked but the error is really not very helpful and the swagger editor did not mark my objects as invalid....
When trying to hit a post endpoint defined in my OpenAPI spec the application is returning a 500 error with some message that it has been logged!!! Where has it been logged? What does that ID correlate to? how can I debug these errors?
The text was updated successfully, but these errors were encountered: