adrianhajdin/project_ai_mern_image_generation

new image not post in community page

mdsahilhussain opened this issue · 4 comments

hello everyone.
I face issues posting new images on community pages when I use baseURL = "https://dall-e-brtd.onrender.com" but when I use baseURL = "http://localhost:8080" all website functions work well.

so when using this URL to post API calls I got this error {"success": false, "message": "Unable to create a post, please try again"}

Screenshot (29)

Screenshot (28)

but all API calls working fine with baseURL = "https://dall-e-brtd.onrender.com/" only face issues posting new images on community pages

I was also facing the same issue ,Deploy the website using netlify or any other hosting service it will get sorted.

It is because of the API keys of Cloudinary, put them in the env while deploying. It should work fine

Were you guys able to resolve this issue?