You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works when I run dev.
When I use build, it sees .site in the host and thinks its running a DEV server and fails. If I comment out the hostNeedles, build works but dev does not.
Not sure where exactly the issue lies, but any insight would be helpful.
The text was updated successfully, but these errors were encountered:
I finally got around to giving this is a good go on CakePHP5.
However, I'm hitting a CORS issue when I run
build
, but notdev
.I'm using DDEV to serve my CakePHP and have the following
vite.config.js
combined with
app_vite.php
This works when I run
dev
.When I use
build
, it sees.site
in the host and thinks its running a DEV server and fails. If I comment out thehostNeedles
,build
works butdev
does not.Not sure where exactly the issue lies, but any insight would be helpful.
The text was updated successfully, but these errors were encountered: