dokploy adding 2 forward slashes after domain
hi!
i'm trying to deploy my website using a dockerfile (https://github.com/thatgurkangurk/gurkz.me/blob/main/Dockerfile)
when i add a domain, it adds a double slash after the domain, which causes SvelteKit to 404
it is not visible in the browser however
GitHub
gurkz.me/Dockerfile at main · thatgurkangurk/gurkz.me
my little website. Contribute to thatgurkangurk/gurkz.me development by creating an account on GitHub.

4 Replies
all other configurations are default
domain configuration

I haven't deployed svelte kit and I usually deploy using docker compose, but would this line in your dockerfile be the potential culprit?
Try removing that extra forward slash at the end and see if it helps.
let me check rq
yes it did indeed solve it
thanks