Changes in Strapi are not reflected on my production frontend

Hey :wave:, I’ve deployed Strapi app in AWS EC2 and when I make changes, they are not reflected in my NextJS App (deployed too in AWS Amplify). It works on localhost but not in production.

What do I need to do to make it work?

Any help is appreciate it.

System Information

  • Strapi Version: v4.6.0
  • Node Version: 16.18.1
  • NextJS Version: 12.2.4
1 Like

i am facing the same problem.
Is there any solutions for that??
I have tried all the solutions from other references but none of them is working!!!..:sob:

It depends on how you structured your Next JS app. But you may need to created web-hook in Strapi that will rebuild your application and redeploy on Vercel.

You can read more about web-hooks here

And you can use this resource to learn more on how to trigger this process on Vercel.