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
Hi everyone, I have next problem. I have custom route that renders the OpenAPI Sepc file using this formatter. The environment is pointed to external url (public domain) and also internal. When I am trying to reach one of them I am able to see the page with the swagger formatter. When I am trying to reach out another domain for this environment, I am getting CORS issue message, since page is cached and it tries to get file from the previous reached domain.
Is there any specific configurations fro swagger formatter that should be applied or it's server side issue?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi everyone, I have next problem. I have custom route that renders the OpenAPI Sepc file using this formatter. The environment is pointed to external url (public domain) and also internal. When I am trying to reach one of them I am able to see the page with the swagger formatter. When I am trying to reach out another domain for this environment, I am getting CORS issue message, since page is cached and it tries to get file from the previous reached domain.
Is there any specific configurations fro swagger formatter that should be applied or it's server side issue?
Thank you in advance!
The text was updated successfully, but these errors were encountered: