ezekel
ezekel
Yes confirmed, I tried also and it didn't work the page of sequal is down.
Hi, That other thread fixed the API route when I edited the response, and when I use Postman I get the actual response, My problem here is the HMR is...
@sneycampos here is my docker-compose and dockerfile ``` php: container_name: nuxtnew build: context: . dockerfile: ./docker/web.dockerfile image: nuxtnew ports: - "80:80" - "443:443" - "443:443/udp" - "5173:5173" volumes: - .:/app...
@sneycampos I already tried installing it inside the container and also to the dockerfile but no luck. but I can see it to the conainer ``` [vite] full reload resources/views/welcome.blade.php...