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
when i docker-compose up and run my app locally, I am able to go to /sitemap.xml.
However, when I push the changes to GCE and visit the same endpoint, I try to go to
/sitemap.xml and instead get sent to api/somethingelse/sitemap.xml.
when i
docker-compose up
and run my app locally, I am able to go to/sitemap.xml
.However, when I push the changes to GCE and visit the same endpoint, I try to go to
/sitemap.xml
and instead get sent toapi/somethingelse/sitemap.xml
.how do I get the correct endpoint to load?
This is my ingress file.
The text was updated successfully, but these errors were encountered: