Vite on Laravel with Caddy #19054
Unanswered
harrisonratcliffe
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm pretty sure this is not a Vite issue but I can't seem to get Vite working with my Laravel app and Caddy.
Dockerfile.node:
docker-compose.dev.yml
vite.config.js
Caddyfile
This works fine with Traefik but as soon as I try to use Caddy it fails.
If I visit https://vite.dev.test/ in my browser I get a 502 error.
This is the browser console for https:/laravel.dev.test:
Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions