Upload file using upload session failed at the last chunk

We are trying to attach a large file using the following way stated in the documentation :
https://learn.microsoft.com/en-us/graph/outlook-large-attachments?tabs=http
The expiredDateTime is always 2 hours, which is more than enough.
However, when we are in the last chunk, we faced following error:
{"error":{"code":"ErrorIrresolvableConflict","message":"The send or update operation could not be performed
because the change key passed in the request does not match the current change key for the item."}}
We are not manipulating the upload URL or anything.
Does it indicate the session is no longer available?
Or it's some inner issue within MS server?
What's the action we can do to prevent this issue from happening?
I've also seen a similar report in MS Q&A, sadly there's no response yet.
Thanks in advance!