Nutlope / roomGPT

Upload a photo of your room to generate your dream room with AI.
https://www.roomgpt.io/
MIT License
10.01k stars 1.35k forks source link

How to name the env file? #35

Closed samperrow closed 1 year ago

samperrow commented 1 year ago

How exactly am I supposed to name the env file? I have tried numerous naming conventions, but none of them allow the properties in my env file to be detected by the process.

If I use the name .env, I get this error message: TypeError [ERR_INVALID_URL]: Invalid URL

Any ideas? TIA

samperrow commented 1 year ago

I had to delete the npm modules and re-run npm install.