You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using not supported service QloApps and when mounting persistent volume for /home/ folder to be able to preserve data for restarts there was issue for installation page due to Apache permission issues.
Forbidden
You don't have permission to access this resource.
Found a workaround:
sudo docker run -it --rm -v <volume_id>:/home alpine sh
chmod -R 755 /home
Not sure if it is correct behavior but this worked.
Steps to Reproduce
Use service Docker file webkul/qloapps_docker:latest
Use Storages volume for Destination Path /home/ where QloApps data are stored
Error
Forbidden: You don't have permission to access this resource. on home page instead of installation page
Workaround
sudo docker run -it --rm -v <volume_id>:/home alpine sh
chmod -R 755 /home
Example Repository URL
No response
Coolify Version
v4.0.0-beta.360
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Rhiz3K
added
🐛 Bug
Reported issues that need to be reproduced by the team.
🔍 Triage
Issues that need assessment and prioritization.
labels
Oct 29, 2024
Error Message and Logs
Using not supported service QloApps and when mounting persistent volume for /home/ folder to be able to preserve data for restarts there was issue for installation page due to Apache permission issues.
Found a workaround:
Not sure if it is correct behavior but this worked.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.360
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: