Daily Mission reward not claimable when ignoreWalletMaxLimit=false
complete
RENNER
Several players are unable to collect the 20 XP reward from the Daily Mission. After inspecting the request triggered by the “Claim” button, it seems the issue is related to the ignoreWalletMaxLimit parameter. When this parameter is true, the reward can be claimed normally, but when it is false, the request returns no reward for affected users.
Steps to reproduce:
- Complete the Daily Mission.
- Click the “Claim” button.
- Observe the request to /missions/<id>/claim-reward?ignoreWalletMaxLimit=false.
- Some players who have this option set to false are unable to claim the XP.
Expected behavior:
The reward should be claimable regardless of the ignoreWalletMaxLimit value.
Actual behavior:
The reward is only granted when ignoreWalletMaxLimit=true; with false, affected users receive nothing.
Additional note:
Some users also report being unable to receive the coins from the Daily Reward, which seems to be a similar issue.
L
Lennin
marked this post as
complete
Hi, we have had an update that this issue should be fixed now! If you still experience this, please contact customer support and we'll assist you further. /Di
Berti
This is now fixed, I was able to claim today's reward by using the Claim button.
L
Lennin
marked this post as
under review
Good morning and thank you for reporting, checking this with the team to look further!
RENNER
Observation:
It looks like there is a modal that should appear — “Your wallet is full, do you want to ignore the coins and receive only the XP?” — but for these players it never shows up after clicking “Claim”. Because the modal is missing, the click does nothing and no request is sent.
So without this modal, the player cannot claim the coins.