prisma / prisma-admin-feedback

Feedback for Prisma Admin (currently in invite-only preview)
6 stars 1 forks source link

Prisma admin running in Docker locally just shows "loading" #148

Open chancesmith opened 5 years ago

chancesmith commented 5 years ago

Describe the bug Prisma admin running in Docker locally and just shows "loading".

To Reproduce Steps to reproduce the behavior:

  1. npm install -g prisma
  2. mkdir project_dir/ && cd project_dir/
  3. prisma init
  4. docker-compose up -d
  5. prisma deploy
  6. Goto http://localhost:4466/_admin

Expected behavior I expect to see the same thing as logging into Prisma admin.

Screenshots Just shows 'loading'...

Screenshot 2019-07-10 09 34 00

Versions (please complete the following information):

Additional context We tried on two machines and getting the same result.

gurenovich commented 5 years ago

change rawAccess to false. Its work for me in docker-compose.yml

nodabladam commented 4 years ago

What if we need rawAccess? Any way to get this running?