finntechnologies / sinnples

Sinnples, the app for your home reform service indication
https://app.sinnples.com
16 stars 3 forks source link

mongodb prod connection #21

Open daniloab opened 1 year ago

daniloab commented 1 year ago
Thiago-Mota-Santos commented 1 year ago

It worked correctly for me. Could it be something from the .env?

image

image

I used mongoAtlas to create a cluster.

daniloab commented 1 year ago

maybe, you just set the envs?

Thiago-Mota-Santos commented 1 year ago

Yes. With "vercel env add"

daniloab commented 1 year ago

Yes. With "vercel env add"

can you write tiny steps to reproduce it? then, we save it as a doc for envs

Thiago-Mota-Santos commented 1 year ago

Building using local build script.

vercel build

Then:

vercel env add

image List .env

vercel env ls

Run deployment:

vercel

Like this?

daniloab commented 1 year ago

Building using local build script.

vercel build

Then:

vercel env add

image List .env

vercel env ls

Run deployment:

vercel

Like this?

yes!