safak / full-stack-estate

154 stars 123 forks source link

on Saving the place i get an error #10

Open sumanth639 opened 1 month ago

sumanth639 commented 1 month ago

When i click on the Save the Place i get an axios Network error and an ERR_CONNECTION_REFUSED for http://localhost:8800/api/users/save and i checked it in postman still i am facing this issue.

Damiano87 commented 2 weeks ago

I had the same problem. I removed @unique from userId in SavedPost model in prisma.schema file and it works now.