-
Notifications
You must be signed in to change notification settings - Fork 352
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This line gets hit when trying to run convex dev
on windows:
"Path component {s} can only contain alphanumeric characters, underscores, or periods." |
Here's a sample (simplified) error that I get when I run it:
✖ Error fetching POST http://my.convex.instance:3210/api/prepare_schema 400 Bad Request: BadConvexModuleIdentifier: C:/path/to/repo/out/schema.js is not a valid path to a Convex module. Path component C: can only contain alphanumeric characters, underscores, or periods.
I'm not sure what the ideal solution would be, but I'm confused why a server-side error would be happening due to dev-side configuration. Maybe using relative paths relative to the closes .git folder would be better?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working