The latest version of Next.js fails to build on appwrite and shows the error: Adapter mismatch. Detected: static does not match with the set adapter: ssr
while the project is using fully dynamic routes.
Possibly an issue with open-runtimes
not bundling ssr properly.
TL;DR
- Developers are facing an issue with the latest version of Next.js (v16) on appwrite, encountering an 'Adapter mismatch' error related to dynamic routes.
- The problem might be stemming from a failure of `open-runtimes` to properly bundle ssr.
- A potential solution could involve revisiting the bundling process in `open-runtimes` to ensure proper matching with the set adapter.