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
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!