next.js
2b497413 - examples: export `force-dynamic` from all dynamic routes (#52916)

Commit
2 years ago
examples: export `force-dynamic` from all dynamic routes (#52916) ### What? Stop `with-supabase` template from throwing errors on build ### Why? Dynamic Routes now fail the build, rather than console.logging an error ### How? Export the following from any routes that use the `cookies` function ``` export const dynamic = "force-dynamic"; ``` Install `encoding` as a dev dependency until this is fixed downstream
Author
Parents
Loading