khuezy
khuezy
`openNextVersion: "3.6.2"` Can you try the latest?
My personal advice is to hold off on upgrading your app to 16 until a couple months after release, as `Vercel` usually rushes out the release for their October conference....
Can you rename your `proxy.ts` back to `middleware.ts`. It's deprecated but it should still work?
> > Can you rename your `proxy.ts` back to `middleware.ts`. It's deprecated but it should still work? > > Right, or, I could make a PR upstream (OpenNext) to add...
> I was able to resolve the issue, please let me know if that works for you: https://github.com/remi-k-work/next16-interceptionbug-my-changes Thanks for the suggestion, but I still think it's a bug in...
Did you sync the table? Sqlite won't automatically sync the `playlists_fts_data` table where the indexing occurs. You'll want to run `INSERT INTO playlists_fts (rowid, title, description) SELECT id, title, description...