muety / anchr

⚓️ Anchr provides you with a toolbox for tiny tasks on the internet, especially bookmark collections
https://anchr.io
GNU General Public License v3.0
269 stars 26 forks source link

Unable to start production #64

Closed ohitstom closed 1 year ago

ohitstom commented 1 year ago

image

ohitstom commented 1 year ago

image image image

muety commented 1 year ago

Hey @ohitstom! Firstly, the command is yarn production instead of yarn start production, but I think that won't fix your issue. Did you make sure the environment variables are actually loaded, i.e. did you run the env.bat script?

ohitstom commented 1 year ago

Hey @ohitstom! Firstly, the command is yarn production instead of yarn start production, but I think that won't fix your issue. Did you make sure the environment variables are actually loaded, i.e. did you run the env.bat script?

I did make sure to run the environment script yes, I'm really unsure why I can connect over mongo command line but not using yarn

muety commented 1 year ago

Must be some issues with your environment variables. In your screenshot, all connection parameters are undefined, so the app doesn't receive the env vars for some reason.

ohitstom commented 1 year ago

Must be some issues with your environment variables. In your screenshot, all connection parameters are undefined, so the app doesn't receive the env vars for some reason.

Reference the images in my replied messages, I fixed that issue and still no dice