Seeing "Unable to render this definition" on ec2 instance not in local #2852
Replies: 2 comments
-
@RaviTejaMaddhini - this is actually not the right place to ask this kind of question as the OAI does not endorse or support any specific tool or provider out there. You'd need to figure out the source of the issue in order to know which tool is the right one to file the issue against. Perhaps this will help though - if when you download the YAML it validates (and renders) correctly on swagger editor, but still fails in the deployed Swagger UI and Validator, it's likely that the URL being passed to the UI (and as a result to the validator) is something the UI just cannot parse. Try inputting the full URL next to the |
Beta Was this translation helpful? Give feedback.
-
As noted, tooling issues must be raised with tooling providers. |
Beta Was this translation helpful? Give feedback.
-
Hi there,
We are trying to migrate from spring fox to spring doc as the former is no longer compatible with the latest spring boot version ( 2.6.x) and spring doc internally used open API specification ( 3.0.1). So I thought this might be the correct forum to raise the issue.
We have made all the migration changes and everything is working perfectly in my local but when we try to deploy to one of our ec2 instances we are facing the below issue.
And on clicking the Invalid Json symbol we are getting the below error message,
I have fetched my swagger YAML file and checked in swagger editor it is not having any parsing errors, can anyone point me to the reason we are getting it?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions