bug: crafted items occasionally disappear due to sync issues #236

Closed
opened 2026-04-06 11:24:13 -07:00 by hikari · 0 comments
Owner

Bug Report

Summary

Players have reported that crafted items sometimes disappear from their inventory shortly after crafting them. This appears to be related to a state synchronisation issue between the client and server.

Steps to Reproduce

  1. Craft an item (e.g. Heartwood Tincture)
  2. Observe item in inventory
  3. After some time or after performing another action, the item is no longer present

Additional Notes

  • Crafting also reportedly has an unusual input delay sometimes — clicks don't always register immediately
  • The issue may be related to the same root cause as the prestige not always working on the first click
  • Could be a race condition between client-side state updates and the server-side cloud save

Expected Behaviour

Crafted items should persist reliably in the player's inventory.


This issue was created with help from Hikari~ 🌸

## Bug Report ### Summary Players have reported that crafted items sometimes disappear from their inventory shortly after crafting them. This appears to be related to a state synchronisation issue between the client and server. ### Steps to Reproduce 1. Craft an item (e.g. Heartwood Tincture) 2. Observe item in inventory 3. After some time or after performing another action, the item is no longer present ### Additional Notes - Crafting also reportedly has an unusual input delay sometimes — clicks don't always register immediately - The issue may be related to the same root cause as the prestige not always working on the first click - Could be a race condition between client-side state updates and the server-side cloud save ### Expected Behaviour Crafted items should persist reliably in the player's inventory. --- ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-04-06 18:17:04 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#236