prisma / prisma-1-cloud-feedback

Feedback for Prisma Cloud
https://app.prisma.io
5 stars 4 forks source link

Shutting down a self-hosted server outside of Prisma Cloud prevents you from using the Console #199

Closed marktani closed 5 years ago

marktani commented 5 years ago

Describe the bug

When you shut down a self-hosted server that is connected to your Prisma Cloud account, you cannot use Prisma Cloud anymore.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://app.prisma.io/<workspace>/servers/add-server, and use "Connect to a server"
  2. enter the URL to a self-hosted server that is currently running, and finish the wizard.
  3. Shut down the self-hosted server.
  4. Go to https://app.prisma.io/<workspace>/servers
  5. Endless loading. Open dev tools and locate one request to api.cloud.prisma.sh which returns this error:
Cannot return null for non-nullable field Cluster.version.

Expected behavior

I suggest the following:

marktani commented 5 years ago

This is now resolved.