atlas icon indicating copy to clipboard operation
atlas copied to clipboard

Token buying error

Open bedeho opened this issue 7 months ago • 5 comments

Check out this token: https://gleev.xyz/channel/25941?tab=Token

Currently, it is possible to buy from the AMM, as no revenue split is claimed to be occuring in the UI

Screenshot 2024-07-08 at 16 07 18

None the less, a user (memberId: "8") tried to buy the token just now, and failed, and got the error in the UI that it was not possible to do it due ot token suppl changing or something, basically the user could execute the trade on the UI, but the result was rejected by the runtime - at least as indicated by the UI. This error mode should really only happen when te state of the runtime changes after the user has loaded the token page. HEre is the console error:

Screenshot 2024-07-08 at 4 59 05 PM

It seems the issue here is that either the application mistakenly believes the transaction was rejected, or it incorrectly allowed the user to start the trade to begin with.

bedeho avatar Jul 08 '24 14:07 bedeho