This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Bad Developer Experience: hidden error stack during sapper export #982
Open
Description
Describe the bug
i'm running sapper export for my blog, and suddenly started receiving this new error: "URL must be a string. Received undefined".
I have no idea where this error message comes from, and so no idea how to fix it. still trying to figure out how to repro but figured i would log this issue first.
To Reproduce
not sure yet. if i know i'll update this
Expected behavior
the error message tells me how to fix it.
Stacktraces
not yet
Information about your Sapper Installation:
- Sapper version (Please check you can reproduce the issue with the latest release!)
0.27.9
- Svelte version (Please check you can reproduce the issue with the latest release!)
3.12.1
- If it is an exported (npm run export) or dynamic application.
export
- Whether your application uses Webpack or Rollup
rollup
Severity
How severe an issue is this bug to you? Is this annoying, blocking some users, blocking an upgrade or blocking your usage of Sapper entirely?
blocking me only right now.