Question By
Unsolved

Missing images in wave

thbb

Feb 27th, 2023 05:11 AM

Untitled2222.png For context, Ive setup wave inside of laragon, could someone guide me on whats going on here and how I can fix all of these missing images?

bobbyiliev

Feb 27th, 2023 06:33 AM

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 your APP_URL to exactly match the domain that you are using, eg http://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!