-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible to run behind reverse proxy under subpath? #26
Comments
Currently this is not possible. It shouldn't be too difficult though. You would probably need to implement a simple routing middleware in sveltekit. That said, I currently won't put it super high on my priority list. I will add it to the roadmap though. |
I hope this belongs here, but it seems like it might be related:
Since clicking the link on the page works just fine, I'm wondering if this might have something to do with routing in Svelte? |
And one more piece of information: direct page reloads of |
That's strange because the demo instance is running behind a nginx reverse proxy without any issues. Could you provide your nginx config? |
Apologies, this is unrelated to the original topic.
Sorry again. Awesome work with the project! |
Hello. My nginx rewrites this url to: http://docker-wandrer-web-service-name:3000. BTW: thanks a lot for that awesome project !! You contribute to provide a clean web, not depending on the ad. That's very valuable, thanks. |
Hi,
Thanks for making wanderer!
I'm running wanderer on a k8s cluster behind a reverse proxy (Ingress NGINX Controller). I'd like to host wanderer at
<my-hostname>/wanderer
. I tried setting the ORIGIN envvar to include the/wanderer
subpath, but it seems the app always wants to fetch assets from/_app
, which causes things to break. Is there a way to make this work?Thank you!
The text was updated successfully, but these errors were encountered: