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
Right now we store the server IP in the hot file, either the IPV4 or the IPV6 variation.
This causes issues when using a self signed localhost valid certificate as we're telling the server to always load from 127.0.0.1.
Description:
Right now we store the server IP in the hot file, either the IPV4 or the IPV6 variation.
This causes issues when using a self signed localhost valid certificate as we're telling the server to always load from 127.0.0.1.
Vite has a resolveHostname method we should probably be using. This will also ensure our loaded url matched the
dev server running at
output from vite.Steps To Reproduce:
--host localhost
orserver.host
npm run hot
127.0.0.1
insteadThe text was updated successfully, but these errors were encountered: