#Overwritten Generated Images
1 messages · Page 1 of 1 (latest)
@broken drift Did you see logs that were showing to you that it is cause by a problem with permissions?
i looked into the logs but i didn't find any errors while generating the image
although, the old dall-e keep looping before giving the image
I know I had permission issues on huggingface, but it was completly blocking me access to that folder, and it was logged. 🤔
@vale dock it has been a day gone while i'm checking, but i got it, the issue because of my reversed endpoint doesn't starts the generated image name (in the url) with "img-" and you depends on that in the code to rename it so it never do
const match = theImageUrl.match(regex);
let imageName = '1.png';```
just deleting 'img-' fixes the prob