My project is stuck at Starting and the issue seems to be different from what everyone else is usually having. It’s not related to port of the listener, nor the project can be refreshed. Here are the details:
- I added the .env file myself, and wanted to add a
SHEET_ID
entry there, but started typing “She…”, then quickly fixed the typo. - Console log says:
.env: line 9: She: command not found
- This is the weirdest part: I cannot
refresh
the app! It refreshes the page, but the refresh command doesn’t output anything and doesn’t finish. - To check that this issue is not related to port or anything else in my code I added the
console.log('hey')
as the first line of my server script, but it doesn’t execute so that means the project doesn’t refresh automatically too. - I tried rewinding the project twice, deleting the .env file and adding it back and although these changes are saved (fortunately), the app doesn’t change its state.
I’ve tried waiting for the editor to sleep and woke it up again, but it looks like it didn’t change anything.