Hello all, As mentioned here: <https://prisma.sla...
# prisma1-community
k
Hello all, As mentioned here: https://prisma.slack.com/archives/C0152UA4DH9/p1656690261741449 The prisma 1 cloud will be sunset. We are in the middle of a migration but our production is still using prisma1 self-hosted on our private server on AWS. We are using the app.prisma.io to look at our data but not using anything thing cloud related. Will we be affected by the change ?
n
Hey Kevin 👋 so, your Prisma 1 server should continue to run after the sunset, so your application should remain functional. However, since app.prisma.io will be taken down, you won’t be able to view the data there any more. (Instead you can use a DB viewer like TablePlus or introspect the DB schema with the new Prisma 2+ CLI in order to use Prisma Studio).