Zohaib-Develper / Wanderlust

A Full Stack clone of Airbnb website using EJS, Node.js, Express.js and MongoDB
https://wanderlustapp.vercel.app
1 stars 0 forks source link

Add new Airbnb error #2

Open VedanshSharma53 opened 3 months ago

VedanshSharma53 commented 3 months ago

image shows this when i try to add new airbnb... wht could be the issue??

Zohaib-Develper commented 3 months ago

For me, it is working alright. Could you please check again and then let me know whether the issue is resolved or not

VedanshSharma53 commented 3 months ago

i am not using mapbox token and the image that i give in add new form is going to my cloudinary folder but it's not adding to the database any specific functions or methods that i should keep in mind?? @Zohaib-Develper

Zohaib-Develper commented 3 months ago

We cannot add images to Mongodb database. We can only save the url or path (which is obviously a string) of the image to database

VedanshSharma53 commented 3 months ago

Not about the image Nothing is storing in the db that I enter in the from @Zohaib-Develper

Zohaib-Develper commented 3 months ago

Then there might be some issue in connecting to db. Have you created .env file? if you haven't , you should create .env file by following steps mentioned in the README.md file