question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug]: When venia is hosted on docker, network requests run queued

See original GitHub issue

Describe 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: image The problem starts when app is dockerized: image Venia demo is facing same issue as I described: image

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:open
  • Created a year ago
  • Reactions:5
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
skisielewicz9bitscommented, May 2, 2022

No, commad that is launching container is based on that https://github.com/magento/pwa-studio/blob/develop/docker/run-docker

0reactions
tuyennncommented, Nov 24, 2022

@skisielewicz9bits any update or your workaround on this?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found