Damià
Damià
Same here, no mails, spent two days searching my error just to realise it seems related to some Sendgrid incompatibility and not a bug of mine. Got the same errors...
@denisfelst Config correct and Redis running, copied your package but still not working. I'll check .env and Sendgrid again, just let me ask you a question: Did you still get...
> Hey guys. I have the same issue with the plugin, any news? Mine did not work on local but did in prod... weird; I need to test everything again.
In my case must declare explicitly a locale in the URL to view the homepage, if no locale is provided it shows a 404. http://localhost:3001/ -> don't work http://localhost:3001/en-US ->...
> We are investigating a better way to fix that, because now i18n has some trobles with the middleware (issue [vercel/next.js#49883](https://github.com/vercel/next.js/issues/49883)), but for now can be solved adding a `app/route.(js|ts)`...
It seems that updating to `6.1.0` solves the problem.
This is a pain. Someone (temporary) solved this? My whole app is running great on _Nextjs 15_ and _React 19_ but _Decap_ is the only one (mainly because of _previews_)...
Anyone has links to those "workarounds"? Because I can't figure out how to export data using NextJS, the only JS related doc is this _README_ which does not help: https://github.com/sanity-io/sanity/tree/next/packages/%40sanity/export
I end up "_exporting_" data manually querying Sanity documents, then saving result into a JS `const` and finally using a third party JSON to CSV lib ([export-from-json](https://github.com/zheeeng/export-from-json)) Also I added...