-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gatsby 5.3 - "On Windows, absolute paths must be valid file://" #37251
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
We are working on solving this - proposed changes (still in progress) can be found in #37257 |
Fixed in |
I am still experience the same issue after upgrading all the packages to
EDIT: working with the new release |
Hey @lezan, This was actually fixed in |
After uprading to
Hope to give you more details soon. EDIT: in the
|
What happens when you run |
Same issue. I already tried a wiped of I am preparing a repo. |
@lezan no need, we can reproduce and will have a fix |
PR is up #37262 |
Can I ask when you think it will be published in a minor release? |
Published in
|
Preliminary Checks
Description
On the Windows 11 platform with the node.js 18.x.
The
$ gatsby develop
command is throwing an error.Reproduction Link
https://github.com/pankaj-ch/gatsby5.3-windows-issue
Steps to Reproduce
On Windows OS
$ gatsby develop
;...
Expected Result
It should be able to start the dev server without any errors.
On Linux, it is working as expected.
Actual Result
The
gatsby develop
command throws an error:On Windows, absolute paths must be valid file://
.Asking to append
file:///
in front of the absolute path. (Example: "c:/path/to/repo" -> "file:///c:/path/to/repo")Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: