Can't run development environment on Windows #2650
Replies: 9 comments
-
|
Mhh, not sure why it would want to rename node_modules/aws-sdk: Can you try |
Beta Was this translation helpful? Give feedback.
-
|
I managed to get rid of But the app is still not running and is stuck in kind of infinite boot loop. There is nothing that would indicate an error in |
Beta Was this translation helpful? Give feedback.
-
|
Can you show the full |
Beta Was this translation helpful? Give feedback.
-
https://gist.github.com/webwarrior-ws/c6552b25dc2cd5431c71c8bd6241a3ec |
Beta Was this translation helpful? Give feedback.
-
|
Mhh, I only see this but it shouldn't be failing because of this because we wrap the git call in next.config.js with try/catch
It just restarts after it's stuck at "Starting..." for 5 seconds
Can you also show me the full |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
How? |
Beta Was this translation helpful? Give feedback.
-
I'm not 100% sure. I tried to delete |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I forgot to reply! But mhh, the db logs don't show much. And I can see in the app logs that the migration runs successfully. So I think it's not a db problem. The prisma client is also generated. Did you try deleting the .next folder? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Describe the bug
Running
./sndev startfails with an error.dbimage is created, butappandworkerare not.Screenshots
No response
Steps To Reproduce
Run
./sndev startin bash console on Windows with Docker Desktop running.Expected behavior
Docker images are created and the app is running.
Logs
Device information
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions