Urgh… ``` Creating stage default for service defa...
# orm-help
s
Urgh…
Copy code
Creating stage default for service default !
 ▸    Server at <http://localhost:4466> requires a cluster secret. Please provide it with the env var
 ▸    PRISMA_MANAGEMENT_API_SECRET
j
create a .env file in your root and save the file with PRISMA_MANAGEMENT_API_SECRET="my-server-secret-123"
s
@john thanks, how come it doesn’t pick it up from the
*.yml
file?
n
those are two different secrets.
😅 1