Skip to content
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

Stuck in an error loop when out of funds and had previous checked to "not ask again" #127

Open
joe-rlo opened this issue Feb 3, 2023 · 1 comment
Assignees

Comments

@joe-rlo
Copy link

joe-rlo commented Feb 3, 2023

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.

Screenshot_2023-02-02_at_7 45 56_PM

@evgenykuzyakov
Copy link
Contributor

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

@evgenykuzyakov evgenykuzyakov self-assigned this Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants