We’re trying to embed ApiDog into a subdirectory of our own domain and toggled “Use subdirectory” with reverse proxy, however the internal urls in apidog are not being rewritten into the url of the domain that we entered and its still using the same apidog url, what could be the problem here?
Thank you for the reply, we assumed it would be a rewrite on apidogs end since if it is not, how would our reverse proxy know what url to call when a user is already on the documentation page and eg clicks a link in the sidebar. I assume ApiDog then has to do a call to our subdomain again with the specific page
Also we’re using YARP if that helps but have not configured anything yet since we’re unsure how (because of the above)
Gerjan Thank you for the detailed bug report. Our engineering team has confirmed that this is a bug. They are actively working on a fix and expect to resolve it within this week, potentially as early as tomorrow.
Gerjan The engineer has identified the issue in your documentation. The problem stems from using an iframe to embed the page on your website instead of implementing the correct proxy settings. To resolve this, you need to utilize Nginx to proxy the entire path. For detailed information on configuring your own reverse proxy server, please refer to our documentation at Custom domain - Apidog Docs
gkrz We are not currently familiar with YARP. The configurations provided is generated using AI based on the official documentation. However, please note that these configurations will require manual testing and verification.