Next routes with PrismaORM
Answered
Northeast Congo Lion posted this in #help-forum
Northeast Congo LionOP
Hi, I apologize for my English in advance as this isn't my native language
I implemented a web site with Next13 and PrismaORM in AWS Amplify. I never had a problem with anything locally, but I noticed that GETs keep caching or not updating in production. When I deploy, this data is updated without any problem, but after that there is no way to update it. It's strange because locally this doesn't happen, and I already tried several methods to solve it without success. Any ideas? My last option is to make a separate front-end server with Express.
I implemented a web site with Next13 and PrismaORM in AWS Amplify. I never had a problem with anything locally, but I noticed that GETs keep caching or not updating in production. When I deploy, this data is updated without any problem, but after that there is no way to update it. It's strange because locally this doesn't happen, and I already tried several methods to solve it without success. Any ideas? My last option is to make a separate front-end server with Express.
1 Reply
Northeast Congo LionOP
Solved, force-dynamic xd
Answer