I am doing the Wes Bos advanced-react course and w...
# orm-help
h
I am doing the Wes Bos advanced-react course and when doing
Copy code
prisma deploy
it shows
Copy code
Creating stage dev for service sik-fits √
Deploying service `sik-fits` to stage `dev` to server `prisma-us1` 663ms

Changes:

  User (Type)
  + Created type `User`
  + Created field `id` of type `ID!`
  + Created field `name` of type `String!`
  + Created field `email` of type `String!`
  + Created field `updatedAt` of type `DateTime!`
  + Created field `createdAt` of type `DateTime!`

Applying changes (0/6) /
And then gets stuck there