It just loads forever..
# orm-help
l
It just loads forever..
i
Same for me, for a long time
d
Does it ever return data after all? How much data does your database have? Are you using it on a server with
rawAccess
enabled?
l
Never finishes loading. Not alot of data. Using it with local docker
image 1.32
i
@divyendu I use it with a
rawAccess
enabled, is that a problem?
b
I have the same problem. I remember there is an issue about it on github but I can't find it. Not sure it's resolved or not. I also use
rawAccess
another issue: https://github.com/prisma/prisma-admin-feedback/issues/130 I can't not remove rawAccess because I write native sql in my code.
l
Ahh.. I had raw access enabled as well..
And removing it fixed it.. Dont need it at atm so this works for me..
👌 1
j
Same issue;
rawAccess: false
in my docker-compose.yml/PRISMA_CONFIG fixed it.