Build of asset images fails only on Windows #7814
Labels
- P5: urgent
Fix build-breaking bugs affecting most users, should be released ASAP (priority)
feat: assets
Related to the Assets feature (scope)
What version of
astro
are you using?2.9.3
Are you using an SSR adapter? If so, which one?
Github pages
What package manager are you using?
npm
What operating system are you using?
Windows & Ubuntu (for build)
What browser are you using?
Chrome
Describe the Bug
Build does fail on Windows machine with this error:
[ERR_INVALID_FILE_URL_PATH]: File URL path must be absolute
.The bug does not occur on Linux or when run using
astro dev
What's the expected result?
Either the build should fail in all cases or neither.
Link to Minimal Reproducible Example
https://github.com/Akxe/gingerarchitecture.cz/tree/UpdateAstro%402.9.x (The repo will be made public for the duration of the issue)
Clone on Windows and run
npm run build
Participation
The text was updated successfully, but these errors were encountered: