adrianhajdin / project_ai_mern_image_generation

Build and Deploy a Full Stack MERN AI Image Generation App MidJourney & DALL E Clone
https://jsmastery.pro
1.08k stars 302 forks source link

Image not generated but got imgUrl #43

Open shashwat010 opened 1 year ago

shashwat010 commented 1 year ago

I am able to generate imageUrl but image is not being displayed. This might be due to whitelisting. If thats the reason, then someone please suggest me how to whitelist my host in dalle.

image
ViharGandhi commented 1 year ago

try debugging the problem like if you are getting the imgurl first visit the url check if it is showing image or not if it does make a temporary img tag and pass the url

shashwat010 commented 1 year ago

try debugging the problem like if you are getting the imgurl first visit the url check if it is showing image or not if it does make a temporary img tag and pass the url

Everyting is alright, for DALL-E api, imgUrl can only be accessed through authorized token only in frontend, I want solution for that.

raj075512 commented 1 year ago

prompt is not synchronizing . any one solve it?

adarsh2901 commented 1 year ago

I am having the same problem,did anyone find the solution? Please help

JOSHIKA21 commented 1 year ago

I am able to generate imageUrl but image is not being displayed. This might be due to whitelisting. If thats the reason, then someone please suggest me how to whitelist my host in dalle.

image

Did you find the solution for this issue