You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the landing page with the pool data, Vercel's build fails due to the size of the data it is trying to load. Caveat; this will only happen on the testnet currently due to the number of test pools we created but will need to be addressed to be able to scale.
@0xKurt suggested we load the first 10 and add a "load more" button for each category of pool lists.
Current Issue:
When loading the landing page with the pool data, Vercel's build fails due to the size of the data it is trying to load. Caveat; this will only happen on the testnet currently due to the number of test pools we created but will need to be addressed to be able to scale.
@0xKurt suggested we load the first 10 and add a "load more" button for each category of pool lists.
Reference to pagination docs: https://graphql.org/learn/pagination/#gatsby-focus-wrapper
The text was updated successfully, but these errors were encountered: