Prisma Studio in a docker container creates non-fatal errors when starting up.
See original GitHub issueWhen I run React Studio in a docker container, it all runs perfectly fine, but I get the following console logs in my docker-compose. It will repeat this error many many times when starting up. Any idea why this is occurring?
prisma | React will try to recreate this component tree from scratch using the error boundary you provided, App.
prisma | The above error occurred in the <DevComponent> component:
prisma | in DevComponent (created by Context.Consumer)
prisma | in Unknown
prisma | in App
A working demo of this is over at: https://github.com/CaptainChemist/blog-prisma2 . Just build and then start it up to see the errors. This isn’t critical because I can still use the studio just fine, but I thought I’d put it here so you guys were aware.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Prisma Studio Image in Docker can't be pulled - Stack Overflow
I'm trying to run the prisma-studio container but I'm getting an error that I don't know how to solve yet I followed the...
Read more >[SOLVED] Getting started on Linux, prisma deploy fails
Hi, I am new to Prisma, on step 6 of getting started here: I get the following error after I type, " prisma...
Read more >Bug listing with status RESOLVED with resolution OBSOLETE ...
... Bug:96449 - "New: fusd A library and kernel module to create userpsace char devices" status:RESOLVED resolution:OBSOLETE severity:enhancement ...
Read more >Nestjs stored procedure. npm install - Piano Pizzazz
I have a NestJS App and I have a Class where the app generates multiple instances from. log(JSON. ... To trap non-fatal errors...
Read more >Untitled
Studio 12 entertainment, Great white caught off snapper rocks, Domino's pizza us coupons. ... Dgpc form, Riostar 40 open, Wings macklemore lyrics download, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @CaptainChemist, thanks for the repro repo! I’ll try it out today and figure out what’s causing it.
I made a docker image for introspecting a database and running the prisma2 studio.
https://github.com/codejamninja/docker-prisma-studio https://hub.docker.com/r/codejamninja/prisma-studio