[bug]: When venia is hosted on docker, network requests run queued
See original GitHub issueDescribe the bug
We are facing performance issues in our project based on venia concept, main issue for now are as in the topic queued requests ran from storefront. When we launch the upward server on main OS(Ubuntu 21.10) everything seems fine as in the screenshoot below:
The problem starts when app is dockerized:
Venia demo is facing same issue as I described:
To reproduce
Steps to reproduce the behavior:
Run any implementation based on pwa studio dockerized, check devtools network requests waterfall for xhr/fetch requests.
Expected behavior
Parallel on dockerized app as it works without docker.
Please let us know what packages this bug is in regards to:
-
venia-concept
-
venia-ui
-
pwa-buildpack
-
peregrine
-
pwa-devdocs
-
upward-js
-
upward-spec
-
create-pwa
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Troubleshoot Docker Engine installation
Your Docker client is attempting to connect to a Docker daemon on a different host, and that host is unreachable. To see which...
Read more >Get an IBM MQ queue for development in a container
Run and connect two Docker containers, one with an IBM MQ queue manager and one with the MQ client demo application.
Read more >Selenoid - A cross browser Selenium solution for Docker
A Selenium testing platform running browsers and mobile platforms in Docker containers. Fully compatible with Selenium Webdriver protocol.
Read more >Implement RabbitMQ on Docker in 20 minutes - Architect.io
Try sending a message from the browser. It should send a POST HTTP request to the Express app, which will subsequently stick it...
Read more >Deploy applications on Amazon ECS using Docker Compose
docker -compose up -d Creating network "docker_yelb-network" with driver ... (running in the ECS task) reads messages from an SQS queue and ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No, commad that is launching container is based on that https://github.com/magento/pwa-studio/blob/develop/docker/run-docker
@skisielewicz9bits any update or your workaround on this?