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
if you use npm run export it will generate error Error: i18n support is not compatible with next export.
if you use it without i18n
it comes as Error: Error serializing '.dehydratedState.queries[0].queryKey[1].locale' returned from 'getStaticProps' in "/404".
Summary
if you use npm run export it will generate error Error: i18n support is not compatible with next export.
if you use it without i18n
it comes as Error: Error serializing '.dehydratedState.queries[0].queryKey[1].locale' returned from 'getStaticProps' in "/404".
Environment
node 18.19
Steps to reproduce
it is your repository without .husky hooks git clone https://github.com/anna-liepina/explore-cwa-next npm i npm run export
Expected results
successful export
Actual results
error :(
The text was updated successfully, but these errors were encountered:
It appears that contentful support for next.js is no longer supported. Even their own example available on the dashboard fails deployment on Netlify. And no one is looking at any of the bug reports here. Too bad, looked like a great service.
Bug report
if you use
npm run export
it will generate errorError: i18n support is not compatible with next export.
if you use it without i18n
it comes as
Error: Error serializing '.dehydratedState.queries[0].queryKey[1].locale' returned from 'getStaticProps' in "/404".
Summary
if you use
npm run export
it will generate errorError: i18n support is not compatible with next export.
if you use it without i18n
it comes as
Error: Error serializing '.dehydratedState.queries[0].queryKey[1].locale' returned from 'getStaticProps' in "/404".
Environment
node 18.19
Steps to reproduce
it is your repository without
.husky
hooksgit clone https://github.com/anna-liepina/explore-cwa-next
npm i
npm run export
Expected results
successful export
Actual results
error :(
The text was updated successfully, but these errors were encountered: