fix: force-dynamic on layouts — skip SSR static gen #22
Reference in New Issue
Block a user
Delete Branch "fix/force-dynamic-all-pages"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All app pages failing SSR static export at build time due to zustand useContext in shared chunk. force-dynamic on (app)/layout.tsx cascades to all admin pages.
LGTM 🐠