You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am in the middle section of the tutorial. I created procfile and updated package.json with "“start-dev”: “nf start -p 3000”.
When I run the command 'npm run start-dev' I am getting the warning No Env file found and cannot read property 1 of null.
I able to run only the react server and not the api server.