question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prisma Studio in a docker container creates non-fatal errors when starting up.

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
sdntscommented, Sep 19, 2019

Hey @CaptainChemist, thanks for the repro repo! I’ll try it out today and figure out what’s causing it.

0reactions
clayrissercommented, Jan 23, 2020

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

docker run -e POSTGRES_URL=postgresql://user:pass@localhost5432/data?schema=data codejamninja/prisma-studio
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found