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

Error when uploading a bounty in the submit bounty form #19

Open
claudioantonio opened this issue Feb 22, 2024 · 0 comments
Open

Error when uploading a bounty in the submit bounty form #19

claudioantonio opened this issue Feb 22, 2024 · 0 comments
Labels
a-frontend Area: front-end t-bug Type: bug report

Comments

@claudioantonio
Copy link
Contributor

Tested with Google Chrome on windows 11.

Steps:

  1. Open the console tab of your google chrome dev tools.
  2. With a connected wallet:
    2.1. Click submit bounty
    2.2. Drag a valid bounty file
    The console will show the error below:
contracts.tsx:4351 DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'wagmi.cache' exceeded the quota.
    at Object.setItem (webpack-internal:///(app-pages-browser)/./node_modules/@wagmi/core/dist/chunk-TSH6VVF4.js:423:19)
    at trySave (webpack-internal:///(app-pages-browser)/./node_modules/@tanstack/query-sync-storage-persister/build/lib/index.mjs:16:17)
    at eval (webpack-internal:///(app-pages-browser)/./node_modules/@tanstack/query-sync-storage-persister/build/lib/index.mjs:26:21)
    at eval (webpack-internal:///(app-pages-browser)/./node_modules/@tanstack/query-sync-storage-persister/build/lib/index.mjs:72:9)

Expected: No error message in the console after dropping a valid bounty file.

@claudioantonio claudioantonio added the a-frontend Area: front-end label Feb 29, 2024
@guidanoli guidanoli added the t-bug Type: bug report label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-frontend Area: front-end t-bug Type: bug report
Projects
Status: Todo
Development

No branches or pull requests

2 participants