Error: Unknown object type "promise" #964
-
Hello, I'm getting this error when I upload an image from front to back. This works fine on master branch, on staging branch it doesn't. The only difference between the two branches is that I have upgrade typegraphql-prisma and prisma to latest versions. Everything was working fine at:
I currently use:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@MichalLytek Could you take a look at this please? |
Beta Was this translation helpful? Give feedback.
-
@MichalLytek I have deleted a few libraries, then removed this:
So I think the applyMiddleware is causing this issue. Uploads now working fine. |
Beta Was this translation helpful? Give feedback.
@MichalLytek I have deleted a few libraries, then removed this:
schema: applyMiddleware(schema, permissions)
So I think the applyMiddleware is causing this issue.
Uploads now working fine.