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
CLI logs: 05:56 PM [astro] Server started 324ms 05:56 PM [astro] Local: http://localhost:3000/
And the Astro server is only available in HTTP.
It would be expected to have the Vite config reflected in the server. From a quick look, it seems that Astro always starts an HTTP server and proxies it to Vite.
Probable solution:
Check if the Vite config includes HTTPS when starting the server in
Link to Minimal Reproducible Example
Dev server related, can't reproduce here
The text was updated successfully, but these errors were encountered:
What version of
astro
are you using?0.21.12
What package manager are you using?
npm
What operating system are you using?
Mac, Linux
Describe the Bug
When setting the Vite server config as HTTPS the config isn't used.
astro.config.mjs:
CLI logs:
05:56 PM [astro] Server started 324ms 05:56 PM [astro] Local: http://localhost:3000/
And the Astro server is only available in HTTP.
It would be expected to have the Vite config reflected in the server. From a quick look, it seems that Astro always starts an HTTP server and proxies it to Vite.
Probable solution:
Check if the Vite config includes HTTPS when starting the server in
Link to Minimal Reproducible Example
Dev server related, can't reproduce here
The text was updated successfully, but these errors were encountered: