Open BrianLYS opened 5 months ago
Are you interested in submitting a PR @BrianLYS?
@peterschutt a PR to include options method for litestar to pass redirects? I tried to write a custom middleware previously to allow options but I couldn't solve it.
Seems this was brought up before too. https://github.com/orgs/litestar-org/discussions/602
Description
Having issues with hosting the litestar application with a separate frontend.
Running
pnpm run dev
withlitestar run -r
works just fine.Problem is getting this to production level infrastructure.
In my repository that I've linked, I place a caddy server infront of it and I end up receiving this error.
URL to code causing the issue
https://github.com/BrianLYS/sveltekit-litestar-cors-error
MCVE
Steps to reproduce
Screenshots
Logs
No response
Litestar Version
2.8.3
Platform