Skip to main content
ArcBlock Community

Authorization Loading Delay After Blockchain Confirmation

JM โ€œcryptotestnetโ€ Morales
Support
nft-studiobugneed-review

Product: ArcBlock NFT Maker / Blocklet Space Feature: DID Wallet Authorization Platform: Web (Desktop) Browser: Chrome Blockchain ID: #641

๐Ÿงพ Description

After the blockchain transaction for Blocklet Space #641 is successfully confirmed, the authorization process continues to load for more than 20 seconds without completing. This creates confusion, as the blockchain confirmation is already finalized, but the user interface does not update accordingly.

๐Ÿ” Steps to Reproduce

  1. Open ArcBlock NFT Maker.
  2. Create or update a collection requiring DID Wallet authorization.
  3. Confirm the transaction in your DID Wallet.
  4. Wait for blockchain confirmation to complete.
  5. Observe the authorization step in the UI.

โœ… Expected Behavior

  • Once the blockchain confirms the transaction, the UI should immediately update to reflect โ€œAuthorization Complete.โ€
  • The loading spinner should disappear within 3โ€“5 seconds after confirmation.

โŒ Actual Behavior

  • Blockchain transaction confirmed successfully.
  • UI remains in โ€œAuthorizing...โ€ or loading state for over 20 seconds.
  • The user cannot proceed or must manually refresh the page.

๐Ÿ“Š Impact

  • Causes user uncertainty whether the transaction succeeded.
  • Can lead to duplicate submissions or session timeouts.
  • Reduces trust in blockchain confirmation reliability.

๐Ÿงฉ Possible Fix Suggestion

  • Implement real-time event listeners to detect confirmation updates from the chain.
  • Add a fallback timeout (5โ€“8 seconds) to refresh status automatically.
  • Display a message like: > โ€œBlockchain confirmed โ€” finalizing authorizationโ€ฆโ€ >
Reply