When you encounter a mystic problem here are some tips on what to do.
- Remove
node_modules
and.next
directories. - Install dependencies again:
npm install
- Build again (
npm run build
) or restart development server (npm run dev
)
This clears all caches and should help. Now try again if the problem still exists.
If the problem still exists, try to checkout to develop
branch. It should be in
good condition as CI checks the pull requests before they can be merged.