-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Bug Report
Which version of the demo you are using? Kubernetes Manifest 2.0.2.
Symptom
When the site loads, it attempts to initially fetch CartIcon.svg
from localhost:8080
which generates an error in the console. However, a few objects later the icon is fetched successfully using the correct domain name.

This also generates errors in the Locust Load Generator
What is the expected behavior?
No error in the console or the Locust Load Generator
What do you expect to see?
No errors
What is the actual behavior?
Attempting to fetch icon from - Request URL http://localhost:8080//icons/CartIcon.svg?w=48&q=75
Please describe the actual behavior experienced.
Reproduce
Could you provide the minimum required steps to resolve the issue you're seeing?
Just load the homepage in the browser.
We will close this issue if:
- The steps you provided are complex.
- If we can not reproduce the behavior you're reporting.
Additional Context
Please feel free to add any other context about the problem here.
Tip: React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1
or me too
, to help us triage it. Learn more here.