cms
cms copied to clipboard
Running prisma studio throws error, when project is started via Docker.
Describe the bug When the project is started via Docker, running the prisma studio throws error as the DB url is not running.
To Reproduce Steps to reproduce the behavior:
- RUN
docker compose up
in terminal - RUN
prisma studio
in terminal - A new browser window pops-up, select any table and see the error.
Expected behavior When running a command, we should be able to see all the data without any error.
Screenshots or GIFs