-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next JS - Revalidate missing from some pages #3617
Comments
Hi @multivoltage, I'm not very familiar with the |
Hi, I cannot reproduce your issue by setting I'm using example app from Can you help me to reproduce the issue? Thanks |
@victorccccc thanks. Can you provide some info about a change? |
I was facing the same problem a few days ago, but setting up localePath in next-i18next.config.js solved the problem. |
Yes, but did you solve in a "random way" reading stackoverflow or you read some log in some point? |
Yes, I found it in a "random way". |
Closing the thread since we were not able to reproduce this issue and based on the previous comments it seems to have been resolved. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
This issue has been automatically locked. |
Before opening, please confirm:
App Id
d2skhgz4a0rx0t
AWS Region
eu-west-1
Amplify Hosting feature
Deployments, Frontend builds
Frontend framework
Next.js
Next.js version
12
Next.js router
Pages Router
Describe the bug
We migrated to next 12 with web-compute month ago. We had issue but since 2 month all work well.
Since today (25 july) in some page in my stack transation from server side are missing.
We noticed that after a deploy (of same build of last days).
We use
next-i18next
for transations. For pages withrevalidate
or pages usinggetServerSideProps
options it seems that transations are missing.Other pages witt getStaticProps and without revalide works. using next-i18-next require this code for pages:
Expected behavior
1- Translations are available in all pages.
2. I can see a log with error
Reproduction steps
Init a next 12 with pages directory app
install next-i18-next.
Create a page with revalidate.
This happend only on amplify
Build Settings
No response
Log output
Additional information
No response
The text was updated successfully, but these errors were encountered: