Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

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

Open
chancesmith opened this issue Jul 10, 2019 · 2 comments
Open

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

chancesmith opened this issue Jul 10, 2019 · 2 comments

Comments

@chancesmith
Copy link

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):

  • Connector: Postgres
  • Prisma CLI version: prisma/1.34.1 (darwin-x64) node-v10.10.0
  • Prisma server version: 1.34.1
  • OS: OS X Mojave 10.14.5

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

@chancesmith chancesmith changed the title Prisma admin running in Docker locally and just shows "loading" Prisma admin running in Docker locally just shows "loading" Jul 10, 2019
@divyenduz divyenduz transferred this issue from prisma/prisma1 Jul 19, 2019
@gurenovich
Copy link

gurenovich commented Jul 19, 2019

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

@nodabladam
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants