strapi-nextjs-docker-boilerplate icon indicating copy to clipboard operation
strapi-nextjs-docker-boilerplate copied to clipboard

Blank (white) page on create admin

Open ventsislavnikolov opened this issue 3 years ago • 4 comments

  1. git clone https://github.com/buraste/strapi-nextjs-docker-boilerplate.git
  2. cd strapi-nextjs-docker-boilerplate
  3. rename .env.example to .env
  4. docker-compose pull
  5. docker-compose build && docker-compose up -d
  6. open http://localhost/strapi/admin or http://localhost/strapi/ and click create admin
  7. Observe there is blank white page

ventsislavnikolov avatar Sep 16 '22 07:09 ventsislavnikolov

@ventsislavnikolov Try downgrading npm version to 6.x.x (source)

WeijieFu avatar Oct 03 '22 19:10 WeijieFu

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!

SantoDon avatar Oct 23 '22 16:10 SantoDon

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?

schmitzoide avatar Dec 16 '22 22:12 schmitzoide

Downgrading strapi to 4.2.2 in the pacakge.json works

rautnihar avatar Mar 26 '23 23:03 rautnihar