-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Weird message when building the app ( investigate ) #659
Labels
Comments
9 tasks
Issue resolved. There was a generateStaticParams function causing issues due to its asynchronous behavior and unnecessary code execution on the organization page.
FixRemove unused code |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When building the app, I see this error message
n [Error]: Dynamic server usage: no-store fetch https://api.streameth.org/organizations/protolayers /protolayers at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:8558 at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15891 at a.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:8884) at c.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:3084) at c.startActiveSpan (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:18139) at a.startActiveSpan (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:18673) at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15424 at a.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:8884) at c.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:3084) at b.trace (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15378) { description: 'no-store fetch https://api.streameth.org/organizations/protolayers /protolayers', digest: 'DYNAMIC_SERVER_USAGE' } n [Error]: Dynamic server usage: no-store fetch https://api.streameth.org/organizations/party_action_people /party_action_people at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:8558 at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15891 at a.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:8884) at c.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:3084) at c.startActiveSpan (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:18139) at a.startActiveSpan (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:18673) at /Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15424 at a.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:8884) at c.with (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:1:3084) at b.trace (/Users/pablovoorvaart/Code/streameth-platform/packages/app/.next/server/chunks/4522.js:2:15378) { description: 'no-store fetch https://api.streameth.org/organizations/party_action_people /party_action_people', digest: 'DYNAMIC_SERVER_USAGE' }
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Organization pages should be statically generated, this is saying that is dynamically generated I think
The text was updated successfully, but these errors were encountered: