azure-cosmos-db-emulator-docker icon indicating copy to clipboard operation
azure-cosmos-db-emulator-docker copied to clipboard

Port mismatch in Data Explorer

Open spowser opened this issue 10 months ago • 1 comments
trafficstars

Describe the bug If you change the PORT env var, the Data Explorer UI doesn't reflect the change

To Reproduce Steps to reproduce the behavior:

  1. Set the PORT env var to 8082
  2. Navigate to the Data Explorer
  3. The URI and Primary Connection String fields have the wrong port

Expected behavior Correct ports should be displayed using the value passed in via the PORT env var

Screenshots

Image

Image

Image

spowser avatar Jan 16 '25 21:01 spowser

This is indeed a bug. Thank you for sharing.

internal comment: This is because we're currently just using static html pages for this. We need change the DE implementation to use a dynamic field.

christopheranderson avatar Jan 22 '25 23:01 christopheranderson