PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Solved

Installed Wave 1.0.1 - Some Images not Loading

Solved
jzsf

Jun 21st, 2020 04:57 PM

I followed the documentation (https://wave.devdojo.com/docs/1.0/installation) and installed the latest Wave 1.0.1 (tnylea-wave-93306c32318a1f7cbbe41189968b8a7dfd46a54b).

Experiencing a minor issue where some of the asset URLs don't resolve, e.g.: [APP_URL]/storage/themes/February2018/UUgOwPG08CnLLBOtgNWR.png

The file does exist, so not sure why this route doesn't work out of the box. Can anyone shed some light? @tnylea?

bobbyiliev

Jun 21st, 2020 07:50 PM

Best Answer

Hi there jzsf,

Does yout APP_URL match exactly your domain name, in some cases with Voyager if you are using https://example.com and your APP_URL is set to http://example.com, the static assets would not load.

Also I would recommend checking if the storage symlink is present in your public folder.

If both are true, can you share if there are any erros in your web console?

jzsf

Jun 21st, 2020 09:16 PM

You put me on the right track: the symbolic link wasn't working in my Windows 10 and Laravel Homestead-based dev environment. The images/resources now load, after I re-created the symbolic link. Thanks!

Report
1
sergbu

Jun 22nd, 2020 12:05 PM

I had such a trouble too!