TypeError: environment is null script.js:68:13
-
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:13Can you help me to solve?
thanks
P.S. php 7.2/apache 2/ubuntu 16 -
Hi @olevacho,
Please go to
.env
file and set up your database credentials. Then,- Run
php artisan config:cache
. - Run
php artisan bagisto:install
. - Run
php artisan serve
.
- Run
-
thanks.This helped