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

Bug: Unable to create a DAO on Polygon #514

Closed
Oskii opened this issue Dec 18, 2023 · 4 comments
Closed

Bug: Unable to create a DAO on Polygon #514

Oskii opened this issue Dec 18, 2023 · 4 comments

Comments

@Oskii
Copy link

Oskii commented Dec 18, 2023

Describe the bug
The final step of DAO creation throws the following error:

Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="latestRelease()", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)
    at E.makeError (index.js:224:23)
    at E.throwError (index.js:233:20)
    at z.decodeFunctionResult (interface.js:345:23)
    at $.<anonymous> (index.js:293:48)
    at Generator.next (<anonymous>)
    at o (index.js:5:58)

*NETWORK UNSUPPORTED

To Reproduce (please complete the following information)

  1. Go to https://app.aragon.org/#/create
  2. Switch your network to Polygon
  3. Attempt to deploy a DAO on Polygon with the following parameters

Network: Mainnet
Blockchain: Polygon
Logo:
Name: Oscar's Aragon DAO
Summary: I'm just doing this as a test

Current behavior

The console throws the following error and a dao is not created

*NETWORK UNSUPPORTED
api-stg.vocdoni.net/v2/accounts/0xEe0861faBEdc0BD4E41fe9fE97E6Cd1c7e4B717a:1 
        
        
       Failed to load resource: the server responded with a status of 404 ()
network.tsx:62 *NETWORK UNSUPPORTED
api-stg.vocdoni.net/v2/accounts/0xEe0861faBEdc0BD4E41fe9fE97E6Cd1c7e4B717a:1 
        
        
       Failed to load resource: the server responded with a status of 404 ()
4createDao.tsx:516 Error: call revert exception [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ] (method="latestRelease()", data="0x", errorArgs=null, errorName=null, errorSignature=null, reason=null, code=CALL_EXCEPTION, version=abi/5.7.0)
    at E.makeError (index.js:224:23)
    at E.throwError (index.js:233:20)
    at z.decodeFunctionResult (interface.js:345:23)
    at $.<anonymous> (index.js:293:48)
    at Generator.next (<anonymous>)
    at o (index.js:5:58)

Expected behavior

A DAO creation transaction should be created via my Metamask wallet.

System (please complete the following information):

  • OS: [e.g. Windows 11 Pro]
  • Software version [Google Chrome Version 120.0.6099.71 (Official Build) (64-bit)]
  • Metamask [11.7.0]
@Oskii Oskii added the bug label Dec 18, 2023
@Oskii
Copy link
Author

Oskii commented Dec 18, 2023

After a few attempts I was eventually able to do it. Potentially there is an RPC issue?

https://polygonscan.com/tx/0x04920054d95b7ccf0f51f82d0abca48351dd6d1e0b2e391f8b0b75a6803bb373

@heueristik
Copy link
Contributor

heueristik commented Dec 18, 2023

Hey, sorry to hear that you had these troubles @Oskii . I forwarded your request to the https://github.com/aragon/app team.

@heueristik
Copy link
Contributor

FYI: Right now, we experience issues in other parts of the App frontend too.

@heueristik
Copy link
Contributor

Moved to aragon/app#1179

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