Issue with uploading images
-
Hi, I seem to be having issues with my install of Postiz, when creating a post it appear that it does not display a preview of the image uploaded to the post nor does it attach the image to the post as every platform returns 404
-
Thanks for the report. I could reproduce this.
Web Terminal:
Mar 30 01:56:03 ⨯ upstream image response failed for https://postiz.cloudron.dev/uploads/2025/03/30/49382b221aa01017ca410af12b0ed4d84.jpeg 404
Browser Network Logs as HAR:
https://paste.cloudron.io/yepamidelo.jsonThe file in question exists on the system tho:
root@c9f0d043-77ae-437c-af76-61fac038ff04:/app/code# ls -lah /app/data/data/2025/03/30/ total 560K drwxr-xr-x 2 cloudron cloudron 4.0K Mar 30 00:54 . drwxr-xr-x 3 cloudron cloudron 4.0K Mar 30 00:54 .. -rw-r--r-- 1 cloudron cloudron 4.2K Mar 30 00:54 49382b221aa01017ca410af12b0ed4d84.jpeg -rw-r--r-- 1 cloudron cloudron 541K Mar 30 00:54 9efd2873af79aa2b26100a788471cbd86.jpg
There is a similar issue here: https://github.com/gitroomhq/postiz-app/issues/380
-
In app debug mode.
For some reason and do not ask me why.
When using/uploads
for https://git.cloudron.io/packages/postiz-app/-/blob/master/start.sh?ref_type=heads#L71 and https://git.cloudron.io/packages/postiz-app/-/blob/master/start.sh?ref_type=heads#L73 and creating/uploads
and giving permschown -R cloudron:cloudron /uploads
.This just works.
Sooooo
Let's just create/uploads
as symlink to/app/data/data
This feels wrong... but works, I tested it.PS: Youtube posting is bricked it seems. But that is from the app it self.
[Error] posting on youtube TypeError: Cannot read properties of undefined (reading 'releaseURL') -
B BrutalBirdie referenced this topic