FLow and logs are not accessible #3657
Replies: 2 comments 1 reply
-
That one is not helping...
What happens when you access Flow or logs directly ? (as in http://web....com/manuapublic/flow or http://web....com/manuapublic/Logs ) As previously said, LycheeOrg absolutely does not recommend hosting Lychee on sub-path. |
Beta Was this translation helpful? Give feedback.
-
I tried installing in root domain and getting the same issue. On accessing http://domain.com/public/flow its redirecting to login page again and on accessing http://domain.com/public/Logs shows a blank page. This is the diagnostics page. ![]() I have set APP_URL as http://domain.com/public and the diagnostics suggest to set APP_URL=http://domain.com and APP_DIR=/public I did that also and then accessing http://domain.com/public redirects to http://domain.com/public/public/public What should be the entry in APP_URL ? Setting APP_URL=http://domain.com says "403 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Lychee version
6.9.0
Did you check the latest Lychee version?
Yes, I did
Which PHP version are you using?
PHP 8.3
Detailed description of the problem
I have installed Lychee 6.9.0 on my server in a Sub directory with PHP 8.3 and mysql 5.7
On logging into admin panel and accessing "Flow" its redirecting back to the login page. And on accessing "Show Logs", the script just throw a blank page.
What could be the reason behind this ?
Steps to reproduce the issue
Diagnostics [REQUIRED]
Self-diagnosis
warning
/hom*ublic/uploads/ has permissions 0755, but should have 2775
warning
/home/sof0/storage/tmp/jobs/ has permissions 0755, but should have 2775
warning
/home/sof0/storage/tmp/uploads/ has permissions 0755, but should have 2775
info
Full directory permission check is disabled
warning
You may experience problems when uploading a photo of large size. Take a look in the FAQ for details.
warning
You may experience problems when uploading a photo of large size. Take a look in the FAQ for details.
warning
You may experience problems when uploading a photo of large size or handling many/large albums. Take a look in the FAQ for details.
warning
zend.assertions is enabled although Lychee is not in debug mode. Outside of debugging, code generation for assertions is recommended to be disabled for efficiency reasons
error
APP_URL (http://web******com/manua************public) contains a sub-path (/manuapublic).
Instead set APP_DIR to (/manuapublic) and APP_URL to (http://web******com) in your .env
error
APP_URL (http://web******com/manua************public) contains a sub-path (/manuapublic).
This may impact your WebAuthn authentication.
error
APP_URL (http://web******com/manua************public) does not match the current url (http://web******com).
This will break WebAuthn authentication.
error
APP_URL (http://web******com/manua************public) does not match the current url (http://web******com).
This will prevent images from being properly displayed.
info
Latest version of PHP is 8.4
warning
Default timezone not properly set; you might experience strange results when importing photos without explicit EXIF timezone
info
Have you considered supporting Lychee? :)
warning
The policy.xml file does not exist at the expected location: /etc/ImageMagick-7/policy.xml or /etc/ImageMagick-6/policy.xml.
Make sure to have the policy.xml file in
/etc/ImageMagick-6/
or/etc/ImageMagick-7/
.Verify that the file contains the line .
Browser & System [REQUIRED]
Firefox
Please confirm (incomplete submissions will not be addressed)
Beta Was this translation helpful? Give feedback.
All reactions