Hi everyone, dose file management work? I cannot u...
# prisma-whats-new
c
Hi everyone, dose file management work? I cannot upload any image to my project.
v
Have the same thing. Every time I have 500 error.
👍 1
n
c
here is my schema definition
Copy code
type File @model {
  contentType: String!
  createdAt: DateTime!
  id: ID! @isUnique
  job: JobLog @relation(name: "JobLogOnFile")
  license: License @relation(name: "ImageOfLicense")
  vehicle: Vehicle @relation(name: "ImagesOfVehicle")
  userInProfilePicture: User @relation(name: "ProfilePictureOfUser")
  userInIdentification: User @relation(name: "IdentificationImageOfUser")
  name: String!
  secret: String! @isUnique
  size: Int!
  updatedAt: DateTime!
  url: String! @isUnique
}
I already deleted every relation in this model but still receive 500 error
n
please reach out to
support@graph.cool