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
After selecting "don't ask again" to add funds on an action such as the like button, the contract panics when out of funds but there isn't a clear way to add more since the prompt stops showing.
The text was updated successfully, but these errors were encountered:
I think the issue is access key run out of the allowance. The wallet selector doesn't throw the error and instead redirects to the wallet for signing. But it doesn't have the same public key, so the contract throws Permission Denied.
The viewer should track allowance of the current access key and when it's low, it should ask you to refresh the access key.
Short term fix: sign out and sign in again. It'll ask you to grant the permission again
After selecting "don't ask again" to add funds on an action such as the like button, the contract panics when out of funds but there isn't a clear way to add more since the prompt stops showing.
The text was updated successfully, but these errors were encountered: