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
This should actually "work" but would be a false positive with the following flow:
User mints 1 token
The current ownership is 0
The asset is synced with the API
The new ownership is 1
The polling has a change between 0 and 1, so all is good
User mints 1 more token
The current ownership is 1
The polling from 0 to 1 stops because it is different <-- This is the false positive
The asset is synced with the API
The new ownership is 2
Because of that, we would exit the function too early and might have issues with redirecting to the asset page, and the asset is not yet synced with the API, which will result in a 404
This should actually "work" but would be a false positive with the following flow:
Because of that, we would exit the function too early and might have issues with redirecting to the asset page, and the asset is not yet synced with the API, which will result in a 404
Originally posted by @antho1404 in #175 (comment)
The text was updated successfully, but these errors were encountered: