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

Error when logging in after wave install

Solved
rob-brunner

Apr 15th, 2019 09:14 PM

Hi -

I just installed wave and when I log in I get the following error: Missing storage symlink We could not find a storage symlink. This could cause problems with loading media files from the browser.

Any ideas?

Thanks!

-Rob

oltean-tiberiu

Apr 15th, 2019 09:23 PM

Hi Rob, Try php artisan storage:link and after that log in in admin and clik Fix symlink. Please check your in your laravel storage and bootstrap rights

rob-brunner

Apr 15th, 2019 10:05 PM

Best Answer

Thanks oltean-tiberiu! After some googling I found a suggestion to run the following with the paths relevant to my application

ln -sfn /AnotherAppName/storage/app/public/ /AnotherAppName/public/storage

After doing so and logging in and clicking fix symlink the error went away. However, there are still broken avatar and other image links. Any ideas?

rob-brunner

Apr 15th, 2019 10:08 PM

Figured out the broken images. The App_URL in my .env file had a mistake in it. Thanks again!