SOLVED Hi, I have a service which is running and w...
# orm-help
m
SOLVED Hi, I have a service which is running and working fine, but I cannot see it in the prisma console. Other services I deployed I can see in the prisma console. When I run
prisma account
, the account info matches. When running
prisma console
from the cli, it shows
Workspace
and
1 instance
in the top left for a second, then finishes loading and shows me my 3 other instance and my account name. Any ideas on the issue?
1
Is there maybe a default workspace called Workspace with slug
workspace
created in the background but not shown to me where my service is running? When I try to create such a service, i get a error that im violating a unique constraint.
Nevermind, I figured it out. Had to change the prisma endpoint name to include my workspace. Sorry for bothering
m
I am having the same issue, could you explain what yuou did to fix?