Missing images in wave
Hi there,
There are a couple of things that you need to make sure that you've setup:
- In your
.env
file make sure that you've defined yourAPP_URL
to exactly match the domain that you are using, eghttp://yourapp.test
- Make sure that you've created a storage symlink using
php artisan storage:link
- If you are still seeing the problem, check the exact error in the web console of your browser
Let me know how it goes!