Uploadt Images Success But Not Show On Web #398

Closed
opened 2026-02-04 19:02:32 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @datkool on GitHub (Jan 11, 2024).

I am experiencing an issue with image display after uploading in Planka. The files have been successfully uploaded to the server, but they are not being displayed. When I try to access the images directly via their URL, it shows a "Page Not Found" error. I would like to know what steps I can take to resolve this issue. Thank you.
image

Originally created by @datkool on GitHub (Jan 11, 2024). I am experiencing an issue with image display after uploading in Planka. The files have been successfully uploaded to the server, but they are not being displayed. When I try to access the images directly via their URL, it shows a "Page Not Found" error. I would like to know what steps I can take to resolve this issue. Thank you. ![image](https://github.com/plankanban/planka/assets/28591703/b13aa5e0-f9fb-45e7-9271-dcfd471b25d4)
Author
Owner

@OnSive commented on GitHub (Jan 12, 2024):

Try adding a /download/ between the id and the file. It's working like that for the attachments.

https://foo.bar/attachments/1156578264374838337/image.png
https://foo.bar/attachments/1156578264374838337/download/image.png
@OnSive commented on GitHub (Jan 12, 2024): Try adding a `/download/` between the id and the file. It's working like that for the attachments. ``` https://foo.bar/attachments/1156578264374838337/image.png ``` ``` https://foo.bar/attachments/1156578264374838337/download/image.png ```
Author
Owner

@meltyshev commented on GitHub (Jan 17, 2024):

Hi! It seems that either you are using the dev version or you are running the client separately. In the first case, try changing port 3000 to 1337.

@meltyshev commented on GitHub (Jan 17, 2024): Hi! It seems that either you are using the dev version or you are running the client separately. In the first case, try changing port 3000 to 1337.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#398