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
IPv6 access does not seem to work in specific scenarios...
589|if(!host)590|returnret;591|const[hostname, ...rest]=host.split(":");592|ret.hostname=hostname;593|if(rest.length>0){594|assert(rest.length===1,url);^
error: [vike@0.4.184][Bug]YoustumbleduponaVikebug.Goto https://github.com/vikejs/vike/issues/new and copy-paste this error. A maintainer will fix the bug (usually under 24 hours). Debug info (for Vike maintainers; you can ignore this): http://[::1]:3000/atparseHost(/dist/server/index.mjs:594:5)atparseUrl(/dist/server/index.mjs:892:16)athasSuffix(/dist/server/index.mjs:42921:42)athandlePageContextRequestUrl(/dist/server/index.mjs:42915:8)atcheckBaseUrl(/dist/server/index.mjs:43638:50)at/dist/server/index.mjs:43310:37GET-/ failed
I was not able to replicate the issue in a clean environment (scaffolding with Bati), but I can replicate it in a specific repository (Bun required):
Description
IPv6 access does not seem to work in specific scenarios...
I was not able to replicate the issue in a clean environment (scaffolding with Bati), but I can replicate it in a specific repository (Bun required):
git clone https://github.com/jspaste/frontend.git issueIP6
cd issueIP6/
git reset --hard dcaa09e1aa3be05993d73e12b19292b1d122f21b
bun i
bun vite build
NODE_ENV=production bun run --cwd=./dist/ ./server/index.mjs
http://[::1]:3000
The text was updated successfully, but these errors were encountered: