devaslanphp / project-management

An open source Project management tool based on Laravel and Filament
https://devaslanphp.github.io/project-management
MIT License
682 stars 188 forks source link

Image in Ticket #78

Closed Memurame closed 1 year ago

Memurame commented 1 year ago

When I enter an image in a ticket and then save it then it just shows an error and the uploaded image cannot be displayed. I use the current version

Attached are a few pictures with the error and info.

PuTTY 2023-04-19 10_32_51-Ticket bearbeiten - BEBV Project 2023-04-19 10_33_18-Ticket ansehen - BEBV Project 2023-04-19 10_33_27-Not Found 2023-04-19 10_36_11-public - BEBV Cyon - WinSCP

Can anyone help me with this?

Thx

heloufir commented 1 year ago

did you run the command php artisan storage:link in your project?

Memurame commented 1 year ago

Ah, thank you very much. I had not executed this command.

It was not described in the installation instructions.

Thank you, it works.

heloufir commented 1 year ago

Oh ok, I will check the documentation 👍