strapi-nextjs-docker-boilerplate
strapi-nextjs-docker-boilerplate copied to clipboard
Blank (white) page on create admin
- git clone https://github.com/buraste/strapi-nextjs-docker-boilerplate.git
- cd strapi-nextjs-docker-boilerplate
- rename .env.example to .env
- docker-compose pull
- docker-compose build && docker-compose up -d
- open http://localhost/strapi/admin or http://localhost/strapi/ and click create admin
- Observe there is blank white page
@ventsislavnikolov Try downgrading npm version to 6.x.x (source)
hi @ventsislavnikolov ! i had the same error, but i could resolve, this my steps ware
1: go file "backend" ( cd backend ) 2: ejecute "yarn install" 3: execute "yarn build" 4: execute "docker-compose pull"
and done!
Quick question regarding this. If I do this inside the folder that is mapped to the host local file system, it doesn't work, only when I do this via the docker shell interface. Is that the way it's supposed to work?
Downgrading strapi to 4.2.2 in the pacakge.json works