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
Hydration of the collections and nfts fields doesn't work.
To fix this problem:
In the "utils/queries.ts" file, line 6 and 25, the orderBy key must be "TIMESTAMP_CREATED_DESC" instead of "TIMESTAMP_CREATE_DESC".
To reproduce
all pages requiring the use of an existing collection or nft
Expected behavior
Hydration of collections and nfts fields must work
Screenshots
No response
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hydration of the collections and nfts fields doesn't work.
To fix this problem:
In the "utils/queries.ts" file, line 6 and 25, the orderBy key must be "TIMESTAMP_CREATED_DESC" instead of "TIMESTAMP_CREATE_DESC".
To reproduce
all pages requiring the use of an existing collection or nft
Expected behavior
Hydration of collections and nfts fields must work
Screenshots
No response
Desktop (please complete the following information)
No response
Smartphone (please complete the following information)
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: