Skip to content

fix: bumped nuqs to fix the next.js issue(s) the proposals app has been having#3469

Merged
benduran merged 1 commit intomainfrom
bduran/upgrade-nuqs-to-fix-proposals
Feb 13, 2026
Merged

fix: bumped nuqs to fix the next.js issue(s) the proposals app has been having#3469
benduran merged 1 commit intomainfrom
bduran/upgrade-nuqs-to-fix-proposals

Conversation

@benduran
Copy link
Contributor

Summary

Should hopefully resolve UI-411

Rationale

The proposals app has been sporadically exploding at runtime with an error deep inside next.js that looks like the following:

⨯ Error: Failed to load external module nuqs-1846ac727ac5ef4c/adapters/next: Error: Cannot find module 'next/dist/server/route-modules/pages/vendored/contexts/app-router-context'
Require stack:
- /var/task/node_modules/.pnpm/next@16.1.1_@opentelemetry+api@1.9.0_babel-plugin-react-compiler@19.1.0-rc.1_react-dom@_7d25233818d8dfe3cc757f5c26e211ac/node_modules/next/dist/client/components/navigation.js
    at Context.externalImport [as y] (.next/server/chunks/ssr/[turbopack]_runtime.js:518:15)
    at async (.next/server/chunks/ssr/[root-of-the-server]__b5a6f79c._.js:1:115) {
  page: '/'
}

there have been two patch fixes to nuqs since we upgraded to Next v16, which improve v16 compatibility.

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@benduran benduran requested a review from a team as a code owner February 13, 2026 14:40
@benduran benduran added the bug Something isn't working label Feb 13, 2026
@vercel
Copy link

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api-reference Ready Ready Preview, Comment Feb 13, 2026 2:43pm
component-library Ready Ready Preview, Comment Feb 13, 2026 2:43pm
developer-hub Ready Ready Preview, Comment Feb 13, 2026 2:43pm
entropy-explorer Ready Ready Preview, Comment Feb 13, 2026 2:43pm
insights Ready Ready Preview, Comment Feb 13, 2026 2:43pm
proposals Ready Ready Preview, Comment Feb 13, 2026 2:43pm
staking Ready Ready Preview, Comment Feb 13, 2026 2:43pm

Request Review

Copy link
Collaborator

@cprussin cprussin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, glad you found the issue

@benduran benduran merged commit 9b76089 into main Feb 13, 2026
8 checks passed
@benduran benduran deleted the bduran/upgrade-nuqs-to-fix-proposals branch February 13, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants