-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Redwood Studio #9807
Comments
Thanks for raising this issue @arreagaelio1! I'll take a stab at debugging this tomorrow and update this issue when I do. |
I'm encountering the same issue on windows. |
Hi all. I think this issue has been fixed in #9639 but that is still waiting for our next minor release. It should be possible to use a canary version to avoid this issue until such time as our next minor is out. It might even be helpful if you could confirm that this is indeed fixed by upgrading to the latest canary and confirming the error goes away. Just a small notice that we're in the process of swapping out studio for an upgraded version based on an ongoing rewrite. So just a little heads up that studio might undergo a bit of a change this month and will hopefully be available as a non-experimental feature. cc @Tobbe |
@Josh-Walker-GM sounds good. really looking forward to finally try mailer |
Closing this as a duplicate of #9545 |
What's not working?
When I run the yarn rw exp studio command I get this:
`Reanalysing mailer and mail templates...
Error reloading mailer:
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and node are supporte
d by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol
'c:'
at new NodeError (node:internal/errors:405:5)
at throwIfUnsupportedURLScheme (node:internal/modules/esm/load:136:11)
at defaultLoad (node:internal/modules/esm/load:87:3)
at nextLoad (node:internal/modules/esm/loader:163:28)
at ESMLoader.load (node:internal/modules/esm/loader:603:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
at new ModuleJob (node:internal/modules/esm/module_job:64:26)
at #createModuleJob (node:internal/modules/esm/loader:480:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
code: 'ERR_UNSUPPORTED_ESM_URL_SCHEME'
}
How do we reproduce the bug?
No response
What's your environment? (If it applies)
Are you interested in working on this?
The text was updated successfully, but these errors were encountered: