Issue with symlink
Solved
Hello,
You need to make sure that you have:
- Set the correct
APP_URL
in your.env
file. Make sure that it matches your domain name exactly, so if you are usinghttps
you need to include that too. (eg. `https://example.com) - Check if the symlink is correct:
ls -l public/storage
If you are still getting the error after that, can you check your web console and confirm the exact error that you are seeing? And also check your web server logs for more information.
Best,
Bobby
Report
1
















Thank you for sharing .
No problem! Happy to help!