parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Values in field `authData` sometimes not appearing

Open mtrezza opened this issue 10 months ago • 1 comments

New Issue Checklist

Issue Description

When loading the _User class in the data browser, the authData fields of all users appear empty. Only after re-loading the data table, the values sometimes appear. In other words, whether or not the values appear is random and can change on every reload. Sometimes it is even the case that only values for a specific auth provider appear, while all others are missing.

Steps to reproduce

  1. Navigate to _User class in data browser, sorted by createdAt.
  2. Reload several times using the data browser reload button (not the browser window / tab reload button) --> observe that the authData fields are sometimes empty.

Environment

Dashboard

  • Parse Dashboard version: 6.0.0-alpha.28
  • Browser (Safari, Chrome, Firefox, Edge, etc.): Safari
  • Browser version: Version 18.2 (20620.1.16.11.8)

mtrezza avatar Feb 07 '25 16:02 mtrezza

Thanks for opening this issue!

  • 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.