HI!
We currently use AWS Amplify and have an issue with this.
The issue appeared after we tried to update Next.js to the last 13v and use it with Amplify.
Currently, after every new commit merges the build process is successful and each env is deployed, but for some reason, we don’t see new changes on the website and seems like it is cashed in the state of the last successful build before upgrading Next.js.
We tried to fix that on Rewrites and redirects page. But not sure if everything is configured well there.
On the other hand, new environments working fine with the last changes in case of clearing all configuration in the Rewrites and redirects page, otherwise - no.
Our goal is to fix this issue and make sure that the new features will be visible again in our main environment.
Thanks!