Question By
Unsolved

Wave won't load images when imported

chrisblakelive

Nov 14th, 2021 05:09 PM

I have a slight issue with Wave when i import images ( .png, or .svg ) they simply do not load or show on the website. I'm thinking maybe to change the code will help, but I'm not entirely sure. Does anyone know a solution?

bobbyiliev

Nov 15th, 2021 04:56 AM

Hello,

There are two things that you might have to do:

  • Make sure that your APP_URL is set to exactly match the domain name that you are using.
  • Make sure that you've created the storage link:
php artisan storage:link 

Let me know how it goes!

Best,

Bobby