Replies: 1 comment 1 reply
-
From experience, with proxy it's usually a configuration issue with the forwarded headers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created windows servercore-ltsc images for the stac-fastapi and pgstac repos (this is the environment I have to work with - can't get linux images to work without hyper-v). I was succesful in making the API work in a windows vm, but the Link URLs are not generating properly. The /stac-api works fine, and you can navigate through the stac if you just change the domain name. Otherwise, in the link section, all the URLs are still http://localhost:8082/<%>.
I created a reverse proxy with IIS and I don't think IIS is the problem - I could be wrong. Is there a setting in the Dockerfile/docker-compose/app.py/.env that I need to declare?
Beta Was this translation helpful? Give feedback.
All reactions