• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Problem with loading product Images in new Theme

General Discussion
2
3
118
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    andrew-se last edited by 19 Dec 2024, 21:41

    Hello
    I have problem with loading images on store front, "The image ... cannot be displayed because it containes errors." On local env, running php artisan serve
    I have tried all the solution to similar problems, however none worked.

    • Re: Product Images Not Showing due to cache issues

    • Re: Plz help

    • Re: images no showing in the front store error. This is the solution. Tested and works

    I have reseted the imagecache.php to default, switched channel to default, unlinked, linked, cleared cache, changed url. Nothing worked, even in default channel

    APP_NAME=Bagisto
    APP_ENV=local
    APP_KEY=base64:/7WmXWFG1G7BxiXdJoSA4a7DJZf/5ebkzAn6Bx80QJ4=
    APP_DEBUG=true
    APP_DEBUG_ALLOWED_IPS=
    APP_URL=http://localhost:8000
    APP_ADMIN_URL=admin
    APP_TIMEZONE=Europe/Prague
    APP_LOCALE=en
    APP_CURRENCY=USD
    
    VITE_HOST=
    VITE_PORT=
    
    LOG_CHANNEL=stack
    
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=sourbelts
    DB_USERNAME=root
    DB_PASSWORD=200211
    DB_PREFIX=
    
    BROADCAST_DRIVER=log
    CACHE_DRIVER=file
    SESSION_DRIVER=file
    SESSION_LIFETIME=120
    QUEUE_DRIVER=sync
    
    REDIS_HOST=127.0.0.1
    REDIS_PASSWORD=null
    REDIS_PORT=6379
    
    RESPONSE_CACHE_ENABLED=false
    
    MAIL_MAILER=smtp
    MAIL_HOST=smtp.mailtrap.io
    MAIL_PORT=2525
    MAIL_USERNAME=
    MAIL_PASSWORD=
    MAIL_ENCRYPTION=tls
    
    MAIL_FROM_ADDRESS=shop@example.com
    MAIL_FROM_NAME=
    
    ADMIN_MAIL_ADDRESS=admin@example.com
    ADMIN_MAIL_NAME=
    
    FIXER_API_KEY=
    EXCHANGE_RATES_API_KEY=
    EXCHANGE_RATES_API_ENDPOINT=
    
    PUSHER_APP_ID=
    PUSHER_APP_KEY=
    PUSHER_APP_SECRET=
    PUSHER_APP_CLUSTER=mt1
    
    MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
    MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
    
    FACEBOOK_CLIENT_ID=
    FACEBOOK_CLIENT_SECRET=
    FACEBOOK_CALLBACK_URL=https://yourhost.com/customer/social-login/facebook/callback
    
    TWITTER_CLIENT_ID=
    TWITTER_CLIENT_SECRET=
    TWITTER_CALLBACK_URL=https://yourhost.com/customer/social-login/twitter/callback
    
    GOOGLE_CLIENT_ID=
    GOOGLE_CLIENT_SECRET=
    GOOGLE_CALLBACK_URL=https://yourhost.com/customer/social-login/google/callback
    
    LINKEDIN_CLIENT_ID=
    LINKEDIN_CLIENT_SECRET=
    LINKEDIN_CALLBACK_URL=https://yourhost.com/customer/social-login/linkedin-openid/callback
    
    GITHUB_CLIENT_ID=
    GITHUB_CLIENT_SECRET=
    GITHUB_CALLBACK_URL=https://yourhost.com/customer/social-login/github/callback
    
    

    Any help is welcome. 👷
    Thanks for reading

    1 Reply Last reply Reply Quote 0
    • Rishabh-Webkul
      Rishabh-Webkul last edited by 23 Dec 2024, 12:18

      Hello @andrew-se

      Kindly share us the image of broken image path on the browser side.

      This will help us to resolve your query

      Thanks & Regards

      A 1 Reply Last reply 27 Dec 2024, 19:41 Reply Quote 0
      • A
        andrew-se @Rishabh-Webkul last edited by 27 Dec 2024, 19:41

        @Rishabh-Webkul
        hi
        domain/cache/small/product/298/2wyswTeaPmX0A3exlQzltBz5xSzhGpbQ4ypXcuQd.webp

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post