Does .reset() on uploadButtons work properly?

If something works in PREVIEW but not in LIVE-MODE, this has mainly the following reasons…

  1. Data is not synced. Check if you did a syncronisation between LIVE and PREVIEW-DB.

  2. You do not have the right DB-PERMISSIONS. Check your DB-Permisssion-Setup.

  3. Async-Await-problem–> check if your code-structure is right. Does your code have synchronous parts?
    Add ASYNC-AWAIT, to let your code work synchronous.