trello-clone icon indicating copy to clipboard operation
trello-clone copied to clipboard

Fixed checking env parameters for mongo

Open StounhandJ opened this issue 2 years ago • 4 comments

When the application is launched in developer mode, unnecessary environment parameters that are not used are checked.

StounhandJ avatar Jun 18 '22 13:06 StounhandJ

Someone is attempting to deploy a commit to a Personal Account owned by @knowankit on Vercel.

@knowankit first needs to authorize it.

vercel[bot] avatar Jun 18 '22 13:06 vercel[bot]

At the moment when I corrected these errors, my decision was quite correct. It allowed the data to be processed correctly and errors to be displayed. It is necessary to use the sign "!==". But if you think otherwise, you can merge the current version as well.

StounhandJ avatar Aug 03 '22 15:08 StounhandJ

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
trello-clone ❌ Failed (Inspect) Aug 4, 2022 at 3:20PM (UTC)

vercel[bot] avatar Aug 04 '22 15:08 vercel[bot]

for the following problem please add the following changes to the .env.local file at localhost:

Solution : please add the following to .env.local file

MONGODB_URI=mongodb://localhost:27017/trello
MONGODB_DB=example  

you can use any db in replacement of example

goswamianshuman avatar Nov 09 '22 03:11 goswamianshuman