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?
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!