-
-
Notifications
You must be signed in to change notification settings - Fork 7
Errors
Robin Ingelbrecht edited this page Jan 26, 2025
·
3 revisions
If you encounter this error, it means the container does not have permissions to write to the host system. There's an open issue to investigate this. In the mean time, you can run following commands to fix this manually:
> chmod -R 777 storage/database
> chmod -R 777 storage/files
What does the error Invalid FTP_VALUES detected in .env file. Make sure the string is valid JSON
mean?
This means the FTP_VALUES
in your .env file is not valid JSON. Use a JSON validator to validate your JSON