Bagisto Forum

    Bagisto

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

    Stuck on installer even after manually migrating and seeding DB

    Installing Bagisto
    2
    2
    229
    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.
    • K
      KiwiNFLFan last edited by

      I am in the process of installing Bagisto on a PaaS platform similar to Heroku.

      This platform is based on Docker and stores environment variables in the container setup, so the installer is not needed.

      I manged to run the migrations, seed the database and publish the vendor packages using the command line in the deployed Docker container. However, when I visit the home page, I am still redirected to the installer!

      I have tried running

      php artisan vendor:publish
      composer dump-autoload
      (and I've switched the order around)

      I've also tried unlinking and relinking the storage folder in public, and clearing the cache, but nothing works. Still redirected to the installer.

      Is there some way of removing the installer since I don't need it anymore?

      1 Reply Last reply Reply Quote 0
      • devansh-webkul
        devansh-webkul last edited by

        If it's redirecting to the installer page that means, either migrations are not run properly or your .env is not properly configured.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post