-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 setting Cloud Code file: On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:' #8815
Comments
Thanks for opening this issue!
|
also forgot to mention that work perfectly fine in macos |
Then this looks more like a URL issue than a Parse Server issue. Maybe post what the value is that you are setting for |
my current code looks like this |
Add |
output of this line of code |
I also tried this path |
The error explains the issue:
Your path is I'm closing this as it does not seem to be a Parse Server issue.
|
I have tried this |
New Issue Checklist
Issue Description
this issue occur when I pass
__dirname + '/cloud/main.js'
cloud params in new ParseServer instance in my windows laptopSteps to reproduce
clone parse-server-example and run it in windows laptop
or you can create your own parse-server setup and run it
Server
6.3.1
windows 11
local
Database
MongoDB
7.0
local
Client
javascript
4.1.0
Logs
The text was updated successfully, but these errors were encountered: