microsoft / contosotraders-cloudtesting

The Contoso Traders app is a sample application showcasing Playwright, Azure Load Testing, Azure Chaos Studio.
https://cloudtesting.contosotraders.com
MIT License
157 stars 311 forks source link

Bug: products not loading #333

Closed debs-obrien closed 6 months ago

debs-obrien commented 6 months ago

Describe the bug Seems like connection to database is down

To Reproduce Steps to reproduce the behavior: Open the products page or use the search bar https://cloudtesting.contosotraders.com/list/all-products

Expected behavior Should show products

Screenshots Only shows loading bar

Screenshot 2024-03-14 at 14 27 48
mithunshanbhag commented 6 months ago

Investigating......

image

mithunshanbhag commented 6 months ago

Fixed, it's working now.

I had to delete the AKS cluster (via Azure portal) and then recreate it (via our github workflow) as it was in an unrecoverable state.

Still no idea how it went into that state....

debs-obrien commented 6 months ago

Fantastic. Thanks for the quick response. Much appreciated