appuio / cloud-portal

APPUiO Cloud Portal (Web Frontend)
Apache License 2.0
5 stars 0 forks source link

The list of Zones appears in random order depending on how the page is accessed #543

Closed akosma closed 1 year ago

akosma commented 1 year ago

Description

The list of zones at https://portal.appuio.cloud/zones appears to be ordered in two different ways.

  1. If I click on the "Zones" menu entry on the left side of the window, cloudscale.ch appears first:

Screenshot from 2023-04-20 15-09-28

  1. If I force a refresh on my browser (CTRL+SHIFT+R), Exoscale appears first:

Screenshot from 2023-04-20 15-09-20

The list of zones should always appear in the same order.

Additional Context

I could reproduce this bug with at least 2 different accounts.

Logs

No response

Expected Behavior

The list of zones is always ordered the same way, no matter what happens on the page or how one accesses it.

Steps To Reproduce

  1. Open portal.appuio.cloud/zones on browser (assuming user is already logged in) -> Exoscale on top
  2. Select "Organizations" on the menu
  3. Select "Zones" again -> cloudscale.ch on top
  4. Force refresh browser -> Exoscale on top