-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
event.url
is not set when --https
flag is used
#4362
Comments
When using kit/packages/kit/src/core/dev/plugin.js Line 200 in 2d6f0d2
I'm not sure whether this should be considered a bug in Vite, or whether we should just use something like |
If I visit https://news.ycombinator.com/ I see a |
Same problem appears using local network IP, not sure if it is related to P.S. sorry for duplication, did not find the #4319 :( |
Hey folks! I haven't experienced this issue while running locally with To be clear, it's the exact same story, where Thanks! |
I also face same issue after enabling https with https://github.com/liuweiGL/vite-plugin-mkcert |
Describe the bug
when using
svelte-kit dev
command with--https
flagevent.url
is not configured properly. Please see following output.if
--https
flag is not used output looks like thisReproduction
to see the issue use following
hooks.ts
filethen just start dev server and visit any page
yarn dev --https
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: