Bagisto Forum

    Bagisto

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

    TypeError: environment is null script.js:68:13

    General Discussion
    2
    3
    202
    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.
    • O
      olevacho last edited by

      Hey,
      i have installed bagisto using this guide https://devdocs.bagisto.com/1.x/introduction/installation.html#use-our-gui-installer
      After doing steps:
      composer create-project bagisto/bagisto-standard
      and
      php artisan bagisto:install
      I have run php artisan serve
      After i opened in browser: http://127.0.0.1:8000
      It redirected me : http://127.0.0.1:8000/installer
      And displayed page With list "Server Requirements"
      All point marked as green
      After i clicked 'Continue' button then it does nothing.
      But i see javascript error:
      TypeError: environment is null script.js:68:13

      Can you help me to solve?
      thanks
      P.S. php 7.2/apache 2/ubuntu 16

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

        Hi @olevacho,

        Please go to .env file and set up your database credentials. Then,

        1. Run php artisan config:cache.
        2. Run php artisan bagisto:install.
        3. Run php artisan serve.
        1 Reply Last reply Reply Quote 1
        • O
          olevacho last edited by

          thanks.This helped

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