Quickstart frontend example takes too long to load due to no linking to backend #5386
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/Low
Nice to have issue. It's not immediately on the project roadmap to get it done.
/kind bug
What versions of software are you using?
Operating System: N/A
Output of
odo version
: N/AHow did you run odo exactly?
I did:
git clone https://github.com/odo-devfiles/odo-quickstart cd frontend odo create nodejs frontend odo url create --port 3000 --host my.host.com
Actual behavior
Before we link to the backend, it's nice to check and see if the frontend component is working, so we visit the URL.
The URL however takes 20+ seconds to communicate with the backend.
This should be much much less, at say.. 5 seconds? So the user isn't endlessly waiting for the URL to load.
Expected behavior
Load less than 5 seconds
Any logs, error output, etc?
See issue here: odo-devfiles/odo-quickstart#1
Yes, see below:
The text was updated successfully, but these errors were encountered: