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

Issue with symlink

Solved
kristen1

Feb 4th, 2022 11:46 AM

Images not working on frontend and if I try look image url. If I check with ssh then symlink is correct and working.

bobbyiliev

Feb 6th, 2022 03:40 AM

Best Answer

Hello,

You need to make sure that you have:

  • Set the correct APP_URL in your .env file. Make sure that it matches your domain name exactly, so if you are using https you need to include that too. (eg. `https://example.com)
  • Check if the symlink is correct:
ls -l public/storage

If you are still getting the error after that, can you check your web console and confirm the exact error that you are seeing? And also check your web server logs for more information.

Best,

Bobby

Report
1
almazaromanjay

Feb 15th, 2022 12:21 PM

Thank you for sharing .

bobbyiliev

Feb 15th, 2022 11:18 PM

No problem! Happy to help!