gamedaoco / gamedao-beta

https://beta.gamedao.co
Apache License 2.0
9 stars 1 forks source link

Create DAO throws error #202

Closed 5-mark closed 2 years ago

5-mark commented 2 years ago

Describe the bug Creating a dao results in an error

To Reproduce Steps to reproduce the behavior:

  1. Go to Organisations
  2. Create new DAO
  3. loader loads and does not respond / no error in console
  4. reload page
  5. try again
  6. receive this error
Transaction failing with Error: 1014: Priority is too low: (39322346625964751 vs 39322211500913764): The transaction has too low priority to replace another transaction already in the pool.
    at e.value (4.47b6bee1.chunk.js:2)
    at e.value (4.47b6bee1.chunk.js:2)
    at e.value (4.47b6bee1.chunk.js:2)
    at WebSocket.value (4.47b6bee1.chunk.js:2)

Expected behavior DAO gets created

2075 commented 2 years ago

add input validation to fields and balances:

  1. every account needs to be different
  2. every account needs to have enough balance to cover member fee
  3. works as expected

Screenshot 2021-12-10 at 22 41 58

Screenshot 2021-12-10 at 22 43 45

5-mark commented 2 years ago

Still does not work for me: image

@2075 what do you mean with every account needs to be different? different in what? I have enough balance to cover membership fee. Nothing is reserved from that account, just obtained some fresh zero.

2075 commented 2 years ago

@5-mark just read the instructions.

every account needs to be different
every account needs to have enough balance to cover member fee