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
Parent URL does not exists: /Transfers/From-Trat/To-Koh-Kood/By-Boonsiri-High-Speed-Ferries
Even the parent URL is not referenced anywhere in other HTML files, Sveltekit tries to prerender the parent URL.
Reproduction
Add anchor with href="mailto:" or href="tel:".
Try to add 2 pages with parent-child structure where parent does not exists.
Logs
404 /Transfers/From-Trat/To-Koh-Kood/By-Boonsiri-High-Speed-Ferries (linked from /Transfers/From-Trat/To-Koh-Kood/By-Boonsiri-High-Speed-Ferries/High-Season)
Error: 404 /Transfers/From-Trat/To-Koh-Kood/By-Boonsiri-High-Speed-Ferries (linked from /Transfers/From-Trat/To-Koh-Kood/By-Boonsiri-High-Speed-Ferries/High-Season)
at file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:86:11
at visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:222:5)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
at async visit (file:///Users/tonprincepro/Dropbox/Tripstore/Website/workspace/com.tripstorekrabi/next/node_modules/@sveltejs/kit/dist/chunks/index4.js:293:6)
tonprince
changed the title
Build error with prerendering for mailto and
Build error with prerendering for "mailto:" and tel:
Nov 25, 2021
tonprince
changed the title
Build error with prerendering for "mailto:" and tel:
Build error with prerendering for "mailto:", "tel:" and missing parent-child URLs
Nov 25, 2021
tonprince
changed the title
Build error with prerendering for "mailto:", "tel:" and missing parent-child URLs
Build error with prerendering for "mailto:", "tel:" and missing parent URL on a parent-child page
Nov 25, 2021
Describe the bug
After commit of 'f12bbcc686829243f111db1b463d4a261fb67c23' I got several build errors in Sveltekit with prerendering enabled:
Even the parent URL is not referenced anywhere in other HTML files, Sveltekit tries to prerender the parent URL.
Reproduction
Logs
System Info
Severity
blocking an upgrade
Additional Information
No response
The text was updated successfully, but these errors were encountered: