Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actix_web::pipeline: Error occurred during request handling: err #50

Open
drazulay opened this issue Aug 29, 2019 · 2 comments
Open

actix_web::pipeline: Error occurred during request handling: err #50

drazulay opened this issue Aug 29, 2019 · 2 comments

Comments

@drazulay
Copy link

drazulay commented Aug 29, 2019

Upon first navigating to a slug belonging to a bundle registered in bundle-config.yml in order to build configuration for it, I get the following messages in the terminal:

ERROR 2019-08-29T09:47:56Z: actix_web::pipeline: Error occurred during request handling: err
ERROR 2019-08-29T09:47:56Z: actix_web::server::h2: Unhandled error: err

After which no changes are reflected at the endpoints for build.js, seed.js, etc.

This is what my config looks like:

bundles:
  - name: "bundles/main"
    urls:
      - "/"
    children:
      - name: "bundles/product"
        urls:
          - "/index.php/test-product"
        children: []
      - name: "bundles/category"
        urls:
          - "/index.php/test-category"
        children: []
      - name: "bundles/checkout"
        urls:
          - "/index.php/checkout"
        children: []
@conankid2512
Copy link

I have the same problem, with the same config some site is okay but some site is return this error so I think it isn't a config problem.

@BenSpace48
Copy link

I resolved this by enabling static version signing under Stores > Config > Advanced > Static File Settings > Sign Static Files = Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants