firebase / firebase-tools-ui

A local-first UI for Firebase Emulator Suite.
https://firebase.googleblog.com/2020/05/local-firebase-emulator-ui.html
Apache License 2.0
261 stars 60 forks source link

[Firestore emulator] The request detail is sometimes empty #1013

Open opack opened 5 months ago

opack commented 5 months ago

Describe the bug Sometimes, when clicking on a request in the "Requests" tab renders an empty content. There is no data in the security rules part, and sometimes even the request.resource is empty.

To Reproduce

  1. Perform some requests against the emulator.
  2. In the emulator UI, go to 'Firestore'
  3. Click on 'Requests' tag
  4. Click on a request and "hope" that it is a bad one. Unfortunately, I did not understand why this sometimes happen, and sometimes not 😥

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image As you can see on the screenshot, there is absolutely nothing written in the console

Desktop (please complete the following information):

Additional context The issue happens sometimes. It does not seem to be linked to the requests issued because when my test file executes them the displayed Request is often ok, but sometimes not...