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
However somehow I am not able to succeed, always it shows the error that it's not able to load the swagger. Not seeing any error in the console. The error is like below screen shot:
Any clue how can I debug would be helpful how can I proceed with debugging this.
One interesting point is: as I am removing arbitrarily some portion of the schema just to see if I can pin point by trial and error, it's start working!
So if there a way to bit systematically debug it, would be great.
Thanks,
Pradip
The text was updated successfully, but these errors were encountered:
In my project my intention is to configure fastify-swagger with OpenAPI version 3.0.0 with the following configuration:
I am using fastify-oas as fastify plugin such that my existing configuration does not need to alter.
Actually I was trying to following the following link here (https://github.com/fastify/fastify-swagger/blob/master/examples/dynamic-openapi.js).
However somehow I am not able to succeed, always it shows the error that it's not able to load the swagger. Not seeing any error in the console. The error is like below screen shot:
Any clue how can I debug would be helpful how can I proceed with debugging this.
One interesting point is: as I am removing arbitrarily some portion of the schema just to see if I can pin point by trial and error, it's start working!
So if there a way to bit systematically debug it, would be great.
Thanks,
Pradip
The text was updated successfully, but these errors were encountered: