You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I recently added a new schema to the project, everything works as expected locally.
When this code is pushed, it seems there is a caching issue happening where my old cached-schema in node_modules is being referenced.
I have spent quite a few days researching and trying recommendations on prisma's site as well as GH/SO discussions.
Still no luck unfortunately.
What is most odd is that I was able to push schema changes to production prior without problems, why might this be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I recently added a new schema to the project, everything works as expected locally.
When this code is pushed, it seems there is a caching issue happening where my old cached-schema in
node_modules
is being referenced.I have spent quite a few days researching and trying recommendations on prisma's site as well as GH/SO discussions.
Still no luck unfortunately.
What is most odd is that I was able to push schema changes to production prior without problems, why might this be?
scripts:
Beta Was this translation helpful? Give feedback.
All reactions