Skip to content

X-Magento-Tags Header too long - Apache / PHP error 500 on category pages #26960

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

Closed
marvinhinz opened this issue Feb 21, 2020 · 32 comments
Closed
Assignees
Labels
Issue: needs update Additional information is require, waiting for response Reported on 2.3.4 Indicates original Magento version for the Issue report.

Comments

@marvinhinz
Copy link
Contributor

marvinhinz commented Feb 21, 2020

Preconditions (*)

  1. Latest Magento 2.3.4 (Developer Mode)
  2. A category containing many (simple) products (in this case about 2600)
  3. No Varnish
  4. Apache + PHP7.3-FPM (happens with 7.2 too)

Steps to reproduce (*)

It seems magento creates http headers that are too long for most or some apache configurations. For me it happens when visiting a category page with many products.

PHP error log:

[Fri Feb 21 09:20:55.678915 2020] [proxy_fcgi:error] [pid 13470:tid 140320488904448] [client XXXXX:53641] Premature end of script headers: index.php, referer: https://XXXXX/shop/catalog/category/view/id/3
[Fri Feb 21 09:20:55.678978 2020] [proxy_fcgi:error] [pid 13470:tid 140320488904448] [client XXXXX:53641] AH01070: Error parsing script headers, referer: https://XXXXX/shop/catalog/category/view/id/3
[Fri Feb 21 09:20:55.678984 2020] [proxy_fcgi:error] [pid 13470:tid 140320488904448] (22)Invalid argument: [client XXXXX:53641] AH01075: Error dispatching request to : , referer: https://XXXXX...

Expected result (*)

I can understand that these headers are important for caching, and the HTTP spec doesnt define a limit for header sizes.
But most servers do in fact implement a limit (around ~8k), so i think this is a bug that should be fixed. https://stackoverflow.com/questions/686217/maximum-on-http-header-values

Actual result (*)

In my specific case, the http response is cached by magento FPC, and returned to the client in:
magento/vendor/magento/framework/App/Http.php:122

The X-Magento-Tags heade size is 27kB. The content is made up of strings like this one: cat_p_2611,cat_p,cat_p_2584,cat_p_2585.

If i add the following in the row after, the page works again:
$this->_response->setHeader('X-Magento-Tags', "test");

@m2-assistant
Copy link

m2-assistant bot commented Feb 21, 2020

Hi @marvinhinz. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento give me 2.4-develop instance - upcoming 2.4.x release

For more details, please, review the Magento Contributor Assistant documentation.

@marvinhinz do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@magento-engcom-team magento-engcom-team added Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed and removed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Feb 21, 2020
@hostep
Copy link
Contributor

hostep commented Feb 21, 2020

This is strongly related to #6401 and is probably a duplicate.
But I'll leave this ticket open for now, since it needs to be more in the spotlight and needs to get fixed sooner rather than later.

@navinbhudiya
Copy link

I also faced the same issue and its due to long headers...

@jonashrem
Copy link
Contributor

I can confirm, this can still be an issue with Magento 2.4.0

@ghost ghost added Issue: ready for confirmation and removed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed labels Oct 21, 2020
@ihor-sviziev ihor-sviziev self-assigned this Nov 10, 2020
@m2-assistant
Copy link

m2-assistant bot commented Nov 10, 2020

Hi @ihor-sviziev. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.4-develop branch

    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Add label Issue: Confirmed once verification is complete.

  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@ihor-sviziev
Copy link
Contributor

Hi @marvinhinz,
Seems like issue was already fixed in #6401 and was already fixed in Magento 2.4.1.
Could you confirm that?

@ihor-sviziev ihor-sviziev added Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: needs update Additional information is require, waiting for response labels Nov 10, 2020
@m2-community-project m2-community-project bot removed Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: ready for confirmation labels Nov 10, 2020
@magento-engcom-team magento-engcom-team added the Reported on 2.3.4 Indicates original Magento version for the Issue report. label Nov 13, 2020
@xeontcs
Copy link

xeontcs commented Nov 14, 2020

I can reproduce this in 2.3.5-p1

@ihor-sviziev
Copy link
Contributor

In order to have fully functional fix for all cases - we should introduce some tags splitting mechanism. There was one trial to do that in #12831, but it wasn't finalized.
If someone interested in fixing this issue - please create PR with the same changes + fix the all requested changes in #12831 (review)

@ihor-sviziev ihor-sviziev removed their assignment Nov 18, 2020
@ihor-sviziev ihor-sviziev removed the Issue: needs update Additional information is require, waiting for response label Nov 18, 2020
@stale
Copy link

stale bot commented Feb 2, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions!

@stale stale bot added the stale issue label Feb 2, 2021
@JakobKjoller
Copy link

I have the same issue when getting large search results in Magento 2.4.1.

Is there a fix for it?

I tried the one in the description, and it worked.

@stale stale bot removed the stale issue label Feb 7, 2021
@engcom-Bravo
Copy link
Contributor

Seems to be fixed on the latest 2.4-develop.

Preconditions:
PHP7.4
Apache server
Developer Mode

Multiple Store views
Several Categories with more than 3000 products in it

Tested with Add Store Code to URL enabled and disabled

Manual steps:
Browsing the Storefront categories, Store views, Products pages
Browsing through the Categories in Admin Panel

Checking the var/log/apache2/ error logs

Result:
No error messages regarding headers

@tim-breitenstein-it
Copy link

@ihor-sviziev It´s only a workaround! But after all, better than a 503!

@tim-breitenstein-it
Copy link

I edited my comment because I accidentally copied the wrong line :(

@tim-breitenstein-it
Copy link

I do some logging and found a very large 'X-Magento-Tags' header entry:

2021-05-05T22:27:18+00:00 INFO (6): Magento\Framework\App\Http::launch - mb_strlen => 34932
2021-05-05T22:27:18+00:00 INFO (6): Magento\Framework\App\Http::launch - content => "cat_c,cat_c_9,cat_c_17,cat_c_4,cat_c_31,store,cms_b,02b97137ae98cf71582e5eef4d176cf4,navigation,cms_b_header_topbar_usps,cms_b_,cms_b_footer_usps,cms_b_footer_links_1,cms_b_footer_links_2,cms_b_footer_links_3,cms_b_footer_promo_partner,cms_b_footer-tax,cat_c_p_2,cat_p_5936,cat_p,cat_p_61027,cat_p_27504,cat_p_86784,cat_p_86663,cat_p_30964,cat_p_30963,cat_p_11796,cat_p_11792,cat_p_13396,cat_p_12075,cat_p_6866,cat_p_6280,cat_p_6281,cat_p_30097,cat_p_911,cat_p_55346,cat_p_55342,cat_p_16333,cat_p_11798,cat_p_16240,cat_p_16239,cat_p_15975,cat_p_11794,cat_p_16317,cat_p_27598,cat_p_13479,cat_p_13480,cat_p_13477,cat_p_13400,cat_p_13401,cat_p_13402,cat_p_11709,cat_p_13403,cat_p_11710,cat_p_13404,cat_p_11722,cat_p_13405,cat_p_13406,cat_p_11723,cat_p_13407,cat_p_13408,cat_p_13409,cat_p_13410,cat_p_11725,cat_p_13411,cat_p_13412,cat_p_13413,cat_p_13414,cat_p_13415,cat_p_13416,cat_p_13417,cat_p_11711,cat_p_13418,cat_p_59494,cat_p_59495,cat_p_59496,cat_p_59497,cat_p_59498,cat_p_59499,cat_p_59500,cat_p_59501,cat_p_59502,cat_p_59503,cat_p_59504,cat_p_59505,cat_p_59506,cat_p_59507,cat_p_59508,cat_p_27596,cat_p_27591,cat_p_13481,cat_p_13430,cat_p_13431,cat_p_13432,cat_p_11803,cat_p_13433,cat_p_59509,cat_p_59510,cat_p_59511,cat_p_59512,cat_p_59513,cat_p_59514,cat_p_59515,cat_p_59516,cat_p_59517,cat_p_59518,cat_p_59519,cat_p_59520,cat_p_59521,cat_p_59522,cat_p_59523,cat_p_26854,cat_p_26360,cat_p_26361,cat_p_26362,cat_p_26363,cat_p_26364,cat_p_26365,cat_p_26366,cat_p_26367,cat_p_26368,cat_p_26369,cat_p_26370,cat_p_26371,cat_p_26372,cat_p_26373,cat_p_26374,cat_p_26375,cat_p_26376,cat_p_26377,cat_p_26378,cat_p_26379,cat_p_26380,cat_p_26381,cat_p_26382,cat_p_26383,cat_p_26384,cat_p_26385,cat_p_26386,cat_p_26387,cat_p_26388,cat_p_26389,cat_p_26390,cat_p_26391,cat_p_26392,cat_p_26393,cat_p_26394,cat_p_26395,cat_p_26396,cat_p_26397,cat_p_26398,cat_p_26399,cat_p_26400,cat_p_26401,cat_p_26402,cat_p_26403,cat_p_26404,cat_p_26405,cat_p_26406,cat_p_26407,cat_p_26408,cat_p_26409,cat_p_26410,cat_p_26411,cat_p_26412,cat_p_26413,cat_p_26414,cat_p_26415,cat_p_26416,cat_p_26417,cat_p_26418,cat_p_26420,cat_p_26421,cat_p_26422,cat_p_26423,cat_p_26424,cat_p_26425,cat_p_26426,cat_p_26428,cat_p_26429,cat_p_26430,cat_p_26431,cat_p_26432,cat_p_26433,cat_p_26434,cat_p_26435,cat_p_26436,cat_p_26437,cat_p_26438,cat_p_26439,cat_p_26440,cat_p_26441,cat_p_26442,cat_p_26443,cat_p_26444,cat_p_26445,cat_p_26446,cat_p_26447,cat_p_26448,cat_p_26449,cat_p_26450,cat_p_26451,cat_p_26452,cat_p_26453,cat_p_26454,cat_p_26455,cat_p_26456,cat_p_26457,cat_p_26458,cat_p_26459,cat_p_26460,cat_p_26461,cat_p_26462,cat_p_26463,cat_p_26464,cat_p_26465,cat_p_26466,cat_p_26467,cat_p_26468,cat_p_26469,cat_p_26470,cat_p_26471,cat_p_26472,cat_p_26473,cat_p_26474,cat_p_26475,cat_p_26476,cat_p_26477,cat_p_26478,cat_p_26479,cat_p_26480,cat_p_26481,cat_p_26482,cat_p_26483,cat_p_26484,cat_p_26485,cat_p_26486,cat_p_26487,cat_p_26488,cat_p_26489,cat_p_26490,cat_p_26491,cat_p_26492,cat_p_26493,cat_p_26494,cat_p_26495,cat_p_26496,cat_p_26497,cat_p_26499,cat_p_26500,cat_p_26501,cat_p_26502,cat_p_26503,cat_p_26504,cat_p_26505,cat_p_26506,cat_p_26507,cat_p_26508,cat_p_26509,cat_p_26510,cat_p_26511,cat_p_26512,cat_p_26513,cat_p_26514,cat_p_26515,cat_p_26516,cat_p_26517,cat_p_26518,cat_p_26519,cat_p_26520,cat_p_26521,cat_p_26522,cat_p_26523,cat_p_26524,cat_p_26525,cat_p_26526,cat_p_26527,cat_p_26528,cat_p_26529,cat_p_26530,cat_p_26531,cat_p_26532,cat_p_26533,cat_p_26534,cat_p_26535,cat_p_26536,cat_p_26537,cat_p_26538,cat_p_26539,cat_p_26540,cat_p_26541,cat_p_26542,cat_p_26320,cat_p_26321,cat_p_26322,cat_p_26323,cat_p_26324,cat_p_26325,cat_p_26326,cat_p_26327,cat_p_26328,cat_p_26329,cat_p_26330,cat_p_26331,cat_p_26332,cat_p_26333,cat_p_26334,cat_p_26335,cat_p_26336,cat_p_26337,cat_p_26338,cat_p_26339,cat_p_26340,cat_p_26341,cat_p_26342,cat_p_26343,cat_p_26344,cat_p_26345,cat_p_26346,cat_p_26347,cat_p_26348,cat_p_26349,cat_p_26350,cat_p_26351,cat_p_26352,cat_p_26353,cat_p_26354,cat_p_26355,cat_p_26356,cat_p_26357,cat_p_26358,cat_p_26359,cat_p_26318,cat_p_25837,cat_p_25838,cat_p_25839,cat_p_25840,cat_p_25841,cat_p_25842,cat_p_25843,cat_p_25844,cat_p_25845,cat_p_25846,cat_p_25847,cat_p_25848,cat_p_25849,cat_p_25850,cat_p_25851,cat_p_25852,cat_p_25853,cat_p_25854,cat_p_25855,cat_p_25856,cat_p_25857,cat_p_25858,cat_p_25859,cat_p_25860,cat_p_25861,cat_p_25862,cat_p_25863,cat_p_25864,cat_p_25865,cat_p_25866,cat_p_25867,cat_p_25868,cat_p_25869,cat_p_25870,cat_p_25871,cat_p_25872,cat_p_25873,cat_p_25874,cat_p_25875,cat_p_25876,cat_p_25877,cat_p_25878,cat_p_25879,cat_p_25880,cat_p_25881,cat_p_25882,cat_p_25883,cat_p_25884,cat_p_25885,cat_p_25886,cat_p_25887,cat_p_25888,cat_p_25889,cat_p_25890,cat_p_25891,cat_p_25892,cat_p_25893,cat_p_25894,cat_p_25895,cat_p_25896,cat_p_25897,cat_p_25898,cat_p_25899,cat_p_25900,cat_p_25901,cat_p_25902,cat_p_25903,cat_p_25907,cat_p_25909,cat_p_25910,cat_p_25911,cat_p_25912,cat_p_25913,cat_p_25915,cat_p_25917,cat_p_25918,cat_p_25919,cat_p_25920,cat_p_25921,cat_p_25922,cat_p_25923,cat_p_25924,cat_p_25925,cat_p_25926,cat_p_25927,cat_p_25928,cat_p_25929,cat_p_25930,cat_p_25931,cat_p_25932,cat_p_25933,cat_p_25934,cat_p_25935,cat_p_25936,cat_p_25937,cat_p_25938,cat_p_25939,cat_p_25940,cat_p_25941,cat_p_25942,cat_p_25943,cat_p_25944,cat_p_25945,cat_p_25946,cat_p_25947,cat_p_25948,cat_p_25949,cat_p_25950,cat_p_25951,cat_p_25952,cat_p_25953,cat_p_25954,cat_p_25955,cat_p_25956,cat_p_25957,cat_p_25958,cat_p_25959,cat_p_25960,cat_p_25961,cat_p_25962,cat_p_25963,cat_p_25964,cat_p_25965,cat_p_25966,cat_p_25967,cat_p_25968,cat_p_25969,cat_p_25970,cat_p_25971,cat_p_25972,cat_p_25973,cat_p_25974,cat_p_25975,cat_p_25976,cat_p_25977,cat_p_25978,cat_p_25979,cat_p_25980,cat_p_25981,cat_p_25982,cat_p_25983,cat_p_25984,cat_p_25985,cat_p_25986,cat_p_25987,cat_p_25988,cat_p_25989,cat_p_25990,cat_p_25991,cat_p_25992,cat_p_25993,cat_p_25994,cat_p_25995,cat_p_25996,cat_p_25997,cat_p_25998,cat_p_25999,cat_p_26000,cat_p_26001,cat_p_26002,cat_p_26003,cat_p_26004,cat_p_26005,cat_p_26006,cat_p_26007,cat_p_26008,cat_p_26009,cat_p_26010,cat_p_26011,cat_p_26012,cat_p_26013,cat_p_26014,cat_p_26015,cat_p_26016,cat_p_26017,cat_p_26018,cat_p_26019,cat_p_26020,cat_p_26021,cat_p_26022,cat_p_25796,cat_p_25797,cat_p_25798,cat_p_25799,cat_p_25800,cat_p_25801,cat_p_25802,cat_p_25803,cat_p_25804,cat_p_25805,cat_p_25806,cat_p_25807,cat_p_25808,cat_p_25809,cat_p_25810,cat_p_25811,cat_p_25812,cat_p_25813,cat_p_25814,cat_p_25815,cat_p_25816,cat_p_25818,cat_p_25819,cat_p_25820,cat_p_25821,cat_p_25822,cat_p_25823,cat_p_25824,cat_p_25825,cat_p_25826,cat_p_25827,cat_p_25828,cat_p_25829,cat_p_25830,cat_p_25831,cat_p_25832,cat_p_25833,cat_p_25834,cat_p_25835,cat_p_25836,cat_p_26853,cat_p_26653,cat_p_26654,cat_p_26655,cat_p_26656,cat_p_26657,cat_p_26658,cat_p_26659,cat_p_26660,cat_p_26661,cat_p_26662,cat_p_26663,cat_p_26664,cat_p_26665,cat_p_26666,cat_p_26667,cat_p_26668,cat_p_26669,cat_p_26670,cat_p_26671,cat_p_26672,cat_p_26673,cat_p_26674,cat_p_26675,cat_p_26676,cat_p_26677,cat_p_26678,cat_p_26679,cat_p_26680,cat_p_26681,cat_p_26682,cat_p_26683,cat_p_26684,cat_p_26685,cat_p_26686,cat_p_26687,cat_p_26688,cat_p_26689,cat_p_26690,cat_p_26691,cat_p_26692,cat_p_26693,cat_p_26694,cat_p_26695,cat_p_26696,cat_p_26697,cat_p_26698,cat_p_26699,cat_p_26700,cat_p_26701,cat_p_26702,cat_p_26703,cat_p_26704,cat_p_26705,cat_p_26706,cat_p_26707,cat_p_26708,cat_p_26709,cat_p_26710,cat_p_26711,cat_p_26712,cat_p_26713,cat_p_26714,cat_p_26715,cat_p_26716,cat_p_26717,cat_p_26718,cat_p_26719,cat_p_26720,cat_p_26721,cat_p_26722,cat_p_26723,cat_p_26724,cat_p_26725,cat_p_26726,cat_p_26727,cat_p_26728,cat_p_26729,cat_p_26730,cat_p_26731,cat_p_26732,cat_p_26733,cat_p_26734,cat_p_26735,cat_p_26736,cat_p_26737,cat_p_26738,cat_p_26739,cat_p_26740,cat_p_26741,cat_p_26742,cat_p_26743,cat_p_26744,cat_p_26745,cat_p_26746,cat_p_26747,cat_p_26748,cat_p_26749,cat_p_26750,cat_p_26751,cat_p_26752,cat_p_26753,cat_p_26754,cat_p_26755,cat_p_26756,cat_p_26757,cat_p_26758,cat_p_26759,cat_p_26760,cat_p_26761,cat_p_26762,cat_p_26763,cat_p_26764,cat_p_26765,cat_p_26766,cat_p_26767,cat_p_26768,cat_p_26769,cat_p_26770,cat_p_26771,cat_p_26772,cat_p_26773,cat_p_26774,cat_p_26775,cat_p_26776,cat_p_26777,cat_p_26778,cat_p_26779,cat_p_26780,cat_p_26781,cat_p_26782,cat_p_26783,cat_p_26784,cat_p_26785,cat_p_26786,cat_p_26787,cat_p_26788,cat_p_26789,cat_p_26790,cat_p_26791,cat_p_26792,cat_p_26793,cat_p_26794,cat_p_26795,cat_p_26796,cat_p_26797,cat_p_26798,cat_p_26799,cat_p_26800,cat_p_26801,cat_p_26802,cat_p_26803,cat_p_26804,cat_p_26805,cat_p_26806,cat_p_26807,cat_p_26808,cat_p_26809,cat_p_26810,cat_p_26811,cat_p_26812,cat_p_26813,cat_p_26814,cat_p_26815,cat_p_26816,cat_p_26817,cat_p_26818,cat_p_26819,cat_p_26820,cat_p_26821,cat_p_26822,cat_p_26823,cat_p_26824,cat_p_26825,cat_p_26826,cat_p_26827,cat_p_26828,cat_p_26829,cat_p_26830,cat_p_26831,cat_p_26832,cat_p_26833,cat_p_26834,cat_p_26835,cat_p_26836,cat_p_26837,cat_p_26838,cat_p_26839,cat_p_26840,cat_p_26841,cat_p_26842,cat_p_26843,cat_p_26844,cat_p_26845,cat_p_26846,cat_p_26847,cat_p_26848,cat_p_26849,cat_p_26850,cat_p_26851,cat_p_26852,cat_p_26633,cat_p_26634,cat_p_26635,cat_p_26636,cat_p_26637,cat_p_26638,cat_p_26639,cat_p_26640,cat_p_26641,cat_p_26642,cat_p_26643,cat_p_26644,cat_p_26645,cat_p_26646,cat_p_26647,cat_p_26648,cat_p_26649,cat_p_26650,cat_p_26651,cat_p_26652,cat_p_26319,cat_p_26115,cat_p_26116,cat_p_26117,cat_p_26118,cat_p_26119,cat_p_26120,cat_p_26121,cat_p_26122,cat_p_26123,cat_p_26124,cat_p_26125,cat_p_26126,cat_p_26127,cat_p_26128,cat_p_26129,cat_p_26130,cat_p_26131,cat_p_26132,cat_p_26133,cat_p_26134,cat_p_26135,cat_p_26136,cat_p_26137,cat_p_26138,cat_p_26139,cat_p_26140,cat_p_26141,cat_p_26142,cat_p_26143,cat_p_26144,cat_p_26145,cat_p_26146,cat_p_26147,cat_p_26148,cat_p_26149,cat_p_26150,cat_p_26151,cat_p_26152,cat_p_26153,cat_p_26154,cat_p_26155,cat_p_26156,cat_p_26157,cat_p_26158,cat_p_26159,cat_p_26160,cat_p_26161,cat_p_26162,cat_p_26163,cat_p_26164,cat_p_26165,cat_p_26166,cat_p_26167,cat_p_26168,cat_p_26169,cat_p_26170,cat_p_26171,cat_p_26172,cat_p_26173,cat_p_26174,cat_p_26175,cat_p_26176,cat_p_26177,cat_p_26178,cat_p_26179,cat_p_26180,cat_p_26181,cat_p_26182,cat_p_26183,cat_p_26184,cat_p_26185,cat_p_26186,cat_p_26187,cat_p_26188,cat_p_26189,cat_p_26190,cat_p_26191,cat_p_26192,cat_p_26193,cat_p_26194,cat_p_26195,cat_p_26196,cat_p_26197,cat_p_26198,cat_p_26199,cat_p_26200,cat_p_26201,cat_p_26202,cat_p_26203,cat_p_26204,cat_p_26205,cat_p_26206,cat_p_26207,cat_p_26208,cat_p_26209,cat_p_26210,cat_p_26211,cat_p_26212,cat_p_26213,cat_p_26214,cat_p_26215,cat_p_26216,cat_p_26217,cat_p_26218,cat_p_26219,cat_p_26220,cat_p_26221,cat_p_26222,cat_p_26223,cat_p_26224,cat_p_26225,cat_p_26226,cat_p_26227,cat_p_26228,cat_p_26229,cat_p_26230,cat_p_26231,cat_p_26232,cat_p_26233,cat_p_26234,cat_p_26235,cat_p_26236,cat_p_26237,cat_p_26238,cat_p_26239,cat_p_26240,cat_p_26241,cat_p_26242,cat_p_26243,cat_p_26244,cat_p_26245,cat_p_26246,cat_p_26247,cat_p_26248,cat_p_26249,cat_p_26250,cat_p_26251,cat_p_26252,cat_p_26253,cat_p_26254,cat_p_26255,cat_p_26256,cat_p_26257,cat_p_26258,cat_p_26259,cat_p_26260,cat_p_26261,cat_p_26262,cat_p_26263,cat_p_26264,cat_p_26265,cat_p_26266,cat_p_26267,cat_p_26268,cat_p_26269,cat_p_26270,cat_p_26271,cat_p_26272,cat_p_26273,cat_p_26274,cat_p_26275,cat_p_26276,cat_p_26277,cat_p_26278,cat_p_26279,cat_p_26280,cat_p_26281,cat_p_26282,cat_p_26283,cat_p_26284,cat_p_26285,cat_p_26286,cat_p_26287,cat_p_26288,cat_p_26289,cat_p_26290,cat_p_26291,cat_p_26292,cat_p_26293,cat_p_26294,cat_p_26295,cat_p_26296,cat_p_26297,cat_p_26298,cat_p_26299,cat_p_26300,cat_p_26301,cat_p_26302,cat_p_26303,cat_p_26304,cat_p_26305,cat_p_26306,cat_p_26307,cat_p_26308,cat_p_26309,cat_p_26310,cat_p_26311,cat_p_26312,cat_p_26313,cat_p_26314,cat_p_26090,cat_p_26095,cat_p_26096,cat_p_26097,cat_p_26099,cat_p_26100,cat_p_26101,cat_p_26102,cat_p_26103,cat_p_26104,cat_p_26105,cat_p_26106,cat_p_26107,cat_p_26108,cat_p_26109,cat_p_26110,cat_p_26111,cat_p_26112,cat_p_26113,cat_p_26114,cat_p_30144,cat_p_87165,cat_p_17184,cat_p_6279,cat_p_30135,cat_p_23824,cat_p_15759,cat_p_55132,cat_p_13483,cat_p_12320,cat_p_30143,cat_p_30136,cat_p_30126,cat_p_87143,cat_p_30272,cat_p_27656,cat_p_16507,cat_p_27657,cat_p_17185,cat_p_30127,cat_p_30073,cat_p_17183,cat_p_30273,cat_p_30217,cat_p_27658,cat_p_16319,cat_p_15758,cat_p_15794,cat_p_15760,cat_p_15796,cat_p_6282,cat_p_30078,cat_p_30120,cat_p_30103,cat_p_87235,cat_p_30179,cat_p_23822,cat_p_30329,cat_p_27655,cat_p_16501,cat_p_11868,cat_p_30269,cat_p_30185,cat_p_30182,catalog_product_5936,catalog_product_61027,catalog_product_27504,catalog_product_86784,catalog_product_86663,catalog_product_30964,catalog_product_30963,catalog_product_11796,catalog_product_11792,catalog_product_13396,catalog_product_12075,catalog_product_6866,catalog_product_6280,catalog_product_6281,catalog_product_30097,catalog_product_911,catalog_product_55346,catalog_product_55342,catalog_product_16333,catalog_product_11798,catalog_product_16240,catalog_product_16239,catalog_product_15975,catalog_product_11794,catalog_product_16317,catalog_product_27598,catalog_product_13479,catalog_product_13480,catalog_product_13477,catalog_product_13400,catalog_product_13401,catalog_product_13402,catalog_product_11709,catalog_product_13403,catalog_product_11710,catalog_product_13404,catalog_product_11722,catalog_product_13405,catalog_product_13406,catalog_product_11723,catalog_product_13407,catalog_product_13408,catalog_product_13409,catalog_product_13410,catalog_product_11725,catalog_product_13411,catalog_product_13412,catalog_product_13413,catalog_product_13414,catalog_product_13415,catalog_product_13416,catalog_product_13417,catalog_product_11711,catalog_product_13418,catalog_product_59494,catalog_product_59495,catalog_product_59496,catalog_product_59497,catalog_product_59498,catalog_product_59499,catalog_product_59500,catalog_product_59501,catalog_product_59502,catalog_product_59503,catalog_product_59504,catalog_product_59505,catalog_product_59506,catalog_product_59507,catalog_product_59508,catalog_product_27596,catalog_product_27591,catalog_product_13481,catalog_product_13430,catalog_product_13431,catalog_product_13432,catalog_product_11803,catalog_product_13433,catalog_product_59509,catalog_product_59510,catalog_product_59511,catalog_product_59512,catalog_product_59513,catalog_product_59514,catalog_product_59515,catalog_product_59516,catalog_product_59517,catalog_product_59518,catalog_product_59519,catalog_product_59520,catalog_product_59521,catalog_product_59522,catalog_product_59523,catalog_product_26854,catalog_product_26360,catalog_product_26361,catalog_product_26362,catalog_product_26363,catalog_product_26364,catalog_product_26365,catalog_product_26366,catalog_product_26367,catalog_product_26368,catalog_product_26369,catalog_product_26370,catalog_product_26371,catalog_product_26372,catalog_product_26373,catalog_product_26374,catalog_product_26375,catalog_product_26376,catalog_product_26377,catalog_product_26378,catalog_product_26379,catalog_product_26380,catalog_product_26381,catalog_product_26382,catalog_product_26383,catalog_product_26384,catalog_product_26385,catalog_product_26386,catalog_product_26387,catalog_product_26388,catalog_product_26389,catalog_product_26390,catalog_product_26391,catalog_product_26392,catalog_product_26393,catalog_product_26394,catalog_product_26395,catalog_product_26396,catalog_product_26397,catalog_product_26398,catalog_product_26399,catalog_product_26400,catalog_product_26401,catalog_product_26402,catalog_product_26403,catalog_product_26404,catalog_product_26405,catalog_product_26406,catalog_product_26407,catalog_product_26408,catalog_product_26409,catalog_product_26410,catalog_product_26411,catalog_product_26412,catalog_product_26413,catalog_product_26414,catalog_product_26415,catalog_product_26416,catalog_product_26417,catalog_product_26418,catalog_product_26420,catalog_product_26421,catalog_product_26422,catalog_product_26423,catalog_product_26424,catalog_product_26425,catalog_product_26426,catalog_product_26428,catalog_product_26429,catalog_product_26430,catalog_product_26431,catalog_product_26432,catalog_product_26433,catalog_product_26434,catalog_product_26435,catalog_product_26436,catalog_product_26437,catalog_product_26438,catalog_product_26439,catalog_product_26440,catalog_product_26441,catalog_product_26442,catalog_product_26443,catalog_product_26444,catalog_product_26445,catalog_product_26446,catalog_product_26447,catalog_product_26448,catalog_product_26449,catalog_product_26450,catalog_product_26451,catalog_product_26452,catalog_product_26453,catalog_product_26454,catalog_product_26455,catalog_product_26456,catalog_product_26457,catalog_product_26458,catalog_product_26459,catalog_product_26460,catalog_product_26461,catalog_product_26462,catalog_product_26463,catalog_product_26464,catalog_product_26465,catalog_product_26466,catalog_product_26467,catalog_product_26468,catalog_product_26469,catalog_product_26470,catalog_product_26471,catalog_product_26472,catalog_product_26473,catalog_product_26474,catalog_product_26475,catalog_product_26476,catalog_product_26477,catalog_product_26478,catalog_product_26479,catalog_product_26480,catalog_product_26481,catalog_product_26482,catalog_product_26483,catalog_product_26484,catalog_product_26485,catalog_product_26486,catalog_product_26487,catalog_product_26488,catalog_product_26489,catalog_product_26490,catalog_product_26491,catalog_product_26492,catalog_product_26493,catalog_product_26494,catalog_product_26495,catalog_product_26496,catalog_product_26497,catalog_product_26499,catalog_product_26500,catalog_product_26501,catalog_product_26502,catalog_product_26503,catalog_product_26504,catalog_product_26505,catalog_product_26506,catalog_product_26507,catalog_product_26508,catalog_product_26509,catalog_product_26510,catalog_product_26511,catalog_product_26512,catalog_product_26513,catalog_product_26514,catalog_product_26515,catalog_product_26516,catalog_product_26517,catalog_product_26518,catalog_product_26519,catalog_product_26520,catalog_product_26521,catalog_product_26522,catalog_product_26523,catalog_product_26524,catalog_product_26525,catalog_product_26526,catalog_product_26527,catalog_product_26528,catalog_product_26529,catalog_product_26530,catalog_product_26531,catalog_product_26532,catalog_product_26533,catalog_product_26534,catalog_product_26535,catalog_product_26536,catalog_product_26537,catalog_product_26538,catalog_product_26539,catalog_product_26540,catalog_product_26541,catalog_product_26542,catalog_product_26320,catalog_product_26321,catalog_product_26322,catalog_product_26323,catalog_product_26324,catalog_product_26325,catalog_product_26326,catalog_product_26327,catalog_product_26328,catalog_product_26329,catalog_product_26330,catalog_product_26331,catalog_product_26332,catalog_product_26333,catalog_product_26334,catalog_product_26335,catalog_product_26336,catalog_product_26337,catalog_product_26338,catalog_product_26339,catalog_product_26340,catalog_product_26341,catalog_product_26342,catalog_product_26343,catalog_product_26344,catalog_product_26345,catalog_product_26346,catalog_product_26347,catalog_product_26348,catalog_product_26349,catalog_product_26350,catalog_product_26351,catalog_product_26352,catalog_product_26353,catalog_product_26354,catalog_product_26355,catalog_product_26356,catalog_product_26357,catalog_product_26358,catalog_product_26359,catalog_product_26318,catalog_product_25837,catalog_product_25838,catalog_product_25839,catalog_product_25840,catalog_product_25841,catalog_product_25842,catalog_product_25843,catalog_product_25844,catalog_product_25845,catalog_product_25846,catalog_product_25847,catalog_product_25848,catalog_product_25849,catalog_product_25850,catalog_product_25851,catalog_product_25852,catalog_product_25853,catalog_product_25854,catalog_product_25855,catalog_product_25856,catalog_product_25857,catalog_product_25858,catalog_product_25859,catalog_product_25860,catalog_product_25861,catalog_product_25862,catalog_product_25863,catalog_product_25864,catalog_product_25865,catalog_product_25866,catalog_product_25867,catalog_product_25868,catalog_product_25869,catalog_product_25870,catalog_product_25871,catalog_product_25872,catalog_product_25873,catalog_product_25874,catalog_product_25875,catalog_product_25876,catalog_product_25877,catalog_product_25878,catalog_product_25879,catalog_product_25880,catalog_product_25881,catalog_product_25882,catalog_product_25883,catalog_product_25884,catalog_product_25885,catalog_product_25886,catalog_product_25887,catalog_product_25888,catalog_product_25889,catalog_product_25890,catalog_product_25891,catalog_product_25892,catalog_product_25893,catalog_product_25894,catalog_product_25895,catalog_product_25896,catalog_product_25897,catalog_product_25898,catalog_product_25899,catalog_product_25900,catalog_product_25901,catalog_product_25902,catalog_product_25903,catalog_product_25907,catalog_product_25909,catalog_product_25910,catalog_product_25911,catalog_product_25912,catalog_product_25913,catalog_product_25915,catalog_product_25917,catalog_product_25918,catalog_product_25919,catalog_product_25920,catalog_product_25921,catalog_product_25922,catalog_product_25923,catalog_product_25924,catalog_product_25925,catalog_product_25926,catalog_product_25927,catalog_product_25928,catalog_product_25929,catalog_product_25930,catalog_product_25931,catalog_product_25932,catalog_product_25933,catalog_product_25934,catalog_product_25935,catalog_product_25936,catalog_product_25937,catalog_product_25938,catalog_product_25939,catalog_product_25940,catalog_product_25941,catalog_product_25942,catalog_product_25943,catalog_product_25944,catalog_product_25945,catalog_product_25946,catalog_product_25947,catalog_product_25948,catalog_product_25949,catalog_product_25950,catalog_product_25951,catalog_product_25952,catalog_product_25953,catalog_product_25954,catalog_product_25955,catalog_product_25956,catalog_product_25957,catalog_product_25958,catalog_product_25959,catalog_product_25960,catalog_product_25961,catalog_product_25962,catalog_product_25963,catalog_product_25964,catalog_product_25965,catalog_product_25966,catalog_product_25967,catalog_product_25968,catalog_product_25969,catalog_product_25970,catalog_product_25971,catalog_product_25972,catalog_product_25973,catalog_product_25974,catalog_product_25975,catalog_product_25976,catalog_product_25977,catalog_product_25978,catalog_product_25979,catalog_product_25980,catalog_product_25981,catalog_product_25982,catalog_product_25983,catalog_product_25984,catalog_product_25985,catalog_product_25986,catalog_product_25987,catalog_product_25988,catalog_product_25989,catalog_product_25990,catalog_product_25991,catalog_product_25992,catalog_product_25993,catalog_product_25994,catalog_product_25995,catalog_product_25996,catalog_product_25997,catalog_product_25998,catalog_product_25999,catalog_product_26000,catalog_product_26001,catalog_product_26002,catalog_product_26003,catalog_product_26004,catalog_product_26005,catalog_product_26006,catalog_product_26007,catalog_product_26008,catalog_product_26009,catalog_product_26010,catalog_product_26011,catalog_product_26012,catalog_product_26013,catalog_product_26014,catalog_product_26015,catalog_product_26016,catalog_product_26017,catalog_product_26018,catalog_product_26019,catalog_product_26020,catalog_product_26021,catalog_product_26022,catalog_product_25796,catalog_product_25797,catalog_product_25798,catalog_product_25799,catalog_product_25800,catalog_product_25801,catalog_product_25802,catalog_product_25803,catalog_product_25804,catalog_product_25805,catalog_product_25806,catalog_product_25807,catalog_product_25808,catalog_product_25809,catalog_product_25810,catalog_product_25811,catalog_product_25812,catalog_product_25813,catalog_product_25814,catalog_product_25815,catalog_product_25816,catalog_product_25818,catalog_product_25819,catalog_product_25820,catalog_product_25821,catalog_product_25822,catalog_product_25823,catalog_product_25824,catalog_product_25825,catalog_product_25826,catalog_product_25827,catalog_product_25828,catalog_product_25829,catalog_product_25830,catalog_product_25831,catalog_product_25832,catalog_product_25833,catalog_product_25834,catalog_product_25835,catalog_product_25836,catalog_product_26853,catalog_product_26653,catalog_product_26654,catalog_product_26655,catalog_product_26656,catalog_product_26657,catalog_product_26658,catalog_product_26659,catalog_product_26660,catalog_product_26661,catalog_product_26662,catalog_product_26663,catalog_product_26664,catalog_product_26665,catalog_product_26666,catalog_product_26667,catalog_product_26668,catalog_product_26669,catalog_product_26670,catalog_product_26671,catalog_product_26672,catalog_product_26673,catalog_product_26674,catalog_product_26675,catalog_product_26676,catalog_product_26677,catalog_product_26678,catalog_product_26679,catalog_product_26680,catalog_product_26681,catalog_product_26682,catalog_product_26683,catalog_product_26684,catalog_product_26685,catalog_product_26686,catalog_product_26687,catalog_product_26688,catalog_product_26689,catalog_product_26690,catalog_product_26691,catalog_product_26692,catalog_product_26693,catalog_product_26694,catalog_product_26695,catalog_product_26696,catalog_product_26697,catalog_product_26698,catalog_product_26699,catalog_product_26700,catalog_product_26701,catalog_product_26702,catalog_product_26703,catalog_product_26704,catalog_product_26705,catalog_product_26706,catalog_product_26707,catalog_product_26708,catalog_product_26709,catalog_product_26710,catalog_product_26711,catalog_product_26712,catalog_product_26713,catalog_product_26714,catalog_product_26715,catalog_product_26716,catalog_product_26717,catalog_product_26718,catalog_product_26719,catalog_product_26720,catalog_product_26721,catalog_product_26722,catalog_product_26723,catalog_product_26724,catalog_product_26725,catalog_product_26726,catalog_product_26727,catalog_product_26728,catalog_product_26729,catalog_product_26730,catalog_product_26731,catalog_product_26732,catalog_product_26733,catalog_product_26734,catalog_product_26735,catalog_product_26736,catalog_product_26737,catalog_product_26738,catalog_product_26739,catalog_product_26740,catalog_product_26741,catalog_product_26742,catalog_product_26743,catalog_product_26744,catalog_product_26745,catalog_product_26746,catalog_product_26747,catalog_product_26748,catalog_product_26749,catalog_product_26750,catalog_product_26751,catalog_product_26752,catalog_product_26753,catalog_product_26754,catalog_product_26755,catalog_product_26756,catalog_product_26757,catalog_product_26758,catalog_product_26759,catalog_product_26760,catalog_product_26761,catalog_product_26762,catalog_product_26763,catalog_product_26764,catalog_product_26765,catalog_product_26766,catalog_product_26767,catalog_product_26768,catalog_product_26769,catalog_product_26770,catalog_product_26771,catalog_product_26772,catalog_product_26773,catalog_product_26774,catalog_product_26775,catalog_product_26776,catalog_product_26777,catalog_product_26778,catalog_product_26779,catalog_product_26780,catalog_product_26781,catalog_product_26782,catalog_product_26783,catalog_product_26784,catalog_product_26785,catalog_product_26786,catalog_product_26787,catalog_product_26788,catalog_product_26789,catalog_product_26790,catalog_product_26791,catalog_product_26792,catalog_product_26793,catalog_product_26794,catalog_product_26795,catalog_product_26796,catalog_product_26797,catalog_product_26798,catalog_product_26799,catalog_product_26800,catalog_product_26801,catalog_product_26802,catalog_product_26803,catalog_product_26804,catalog_product_26805,catalog_product_26806,catalog_product_26807,catalog_product_26808,catalog_product_26809,catalog_product_26810,catalog_product_26811,catalog_product_26812,catalog_product_26813,catalog_product_26814,catalog_product_26815,catalog_product_26816,catalog_product_26817,catalog_product_26818,catalog_product_26819,catalog_product_26820,catalog_product_26821,catalog_product_26822,catalog_product_26823,catalog_product_26824,catalog_product_26825,catalog_product_26826,catalog_product_26827,catalog_product_26828,catalog_product_26829,catalog_product_26830,catalog_product_26831,catalog_product_26832,catalog_product_26833,catalog_product_26834,catalog_product_26835,catalog_product_26836,catalog_product_26837,catalog_product_26838,catalog_product_26839,catalog_product_26840,catalog_product_26841,catalog_product_26842,catalog_product_26843,catalog_product_26844,catalog_product_26845,catalog_product_26846,catalog_product_26847,catalog_product_26848,catalog_product_26849,catalog_product_26850,catalog_product_26851,catalog_product_26852,catalog_product_26633,catalog_product_26634,catalog_product_26635,catalog_product_26636,catalog_product_26637,catalog_product_26638,catalog_product_26639,catalog_product_26640,catalog_product_26641,catalog_product_26642,catalog_product_26643,catalog_product_26644,catalog_product_26645,catalog_product_26646,catalog_product_26647,catalog_product_26648,catalog_product_26649,catalog_product_26650,catalog_product_26651,catalog_product_26652,catalog_product_26319,catalog_product_26115,catalog_product_26116,catalog_product_26117,catalog_product_26118,catalog_product_26119,catalog_product_26120,catalog_product_26121,catalog_product_26122,catalog_product_26123,catalog_product_26124,catalog_product_26125,catalog_product_26126,catalog_product_26127,catalog_product_26128,catalog_product_26129,catalog_product_26130,catalog_product_26131,catalog_product_26132,catalog_product_26133,catalog_product_26134,catalog_product_26135,catalog_product_26136,catalog_product_26137,catalog_product_26138,catalog_product_26139,catalog_product_26140,catalog_product_26141,catalog_product_26142,catalog_product_26143,catalog_product_26144,catalog_product_26145,catalog_product_26146,catalog_product_26147,catalog_product_26148,catalog_product_26149,catalog_product_26150,catalog_product_26151,catalog_product_26152,catalog_product_26153,catalog_product_26154,catalog_product_26155,catalog_product_26156,catalog_product_26157,catalog_product_26158,catalog_product_26159,catalog_product_26160,catalog_product_26161,catalog_product_26162,catalog_product_26163,catalog_product_26164,catalog_product_26165,catalog_product_26166,catalog_product_26167,catalog_product_26168,catalog_product_26169,catalog_product_26170,catalog_product_26171,catalog_product_26172,catalog_product_26173,catalog_product_26174,catalog_product_26175,catalog_product_26176,catalog_product_26177,catalog_product_26178,catalog_product_26179,catalog_product_26180,catalog_product_26181,catalog_product_26182,catalog_product_26183,catalog_product_26184,catalog_product_26185,catalog_product_26186,catalog_product_26187,catalog_product_26188,catalog_product_26189,catalog_product_26190,catalog_product_26191,catalog_product_26192,catalog_product_26193,catalog_product_26194,catalog_product_26195,catalog_product_26196,catalog_product_26197,catalog_product_26198,catalog_product_26199,catalog_product_26200,catalog_product_26201,catalog_product_26202,catalog_product_26203,catalog_product_26204,catalog_product_26205,catalog_product_26206,catalog_product_26207,catalog_product_26208,catalog_product_26209,catalog_product_26210,catalog_product_26211,catalog_product_26212,catalog_product_26213,catalog_product_26214,catalog_product_26215,catalog_product_26216,catalog_product_26217,catalog_product_26218,catalog_product_26219,catalog_product_26220,catalog_product_26221,catalog_product_26222,catalog_product_26223,catalog_product_26224,catalog_product_26225,catalog_product_26226,catalog_product_26227,catalog_product_26228,catalog_product_26229,catalog_product_26230,catalog_product_26231,catalog_product_26232,catalog_product_26233,catalog_product_26234,catalog_product_26235,catalog_product_26236,catalog_product_26237,catalog_product_26238,catalog_product_26239,catalog_product_26240,catalog_product_26241,catalog_product_26242,catalog_product_26243,catalog_product_26244,catalog_product_26245,catalog_product_26246,catalog_product_26247,catalog_product_26248,catalog_product_26249,catalog_product_26250,catalog_product_26251,catalog_product_26252,catalog_product_26253,catalog_product_26254,catalog_product_26255,catalog_product_26256,catalog_product_26257,catalog_product_26258,catalog_product_26259,catalog_product_26260,catalog_product_26261,catalog_product_26262,catalog_product_26263,catalog_product_26264,catalog_product_26265,catalog_product_26266,catalog_product_26267,catalog_product_26268,catalog_product_26269,catalog_product_26270,catalog_product_26271,catalog_product_26272,catalog_product_26273,catalog_product_26274,catalog_product_26275,catalog_product_26276,catalog_product_26277,catalog_product_26278,catalog_product_26279,catalog_product_26280,catalog_product_26281,catalog_product_26282,catalog_product_26283,catalog_product_26284,catalog_product_26285,catalog_product_26286,catalog_product_26287,catalog_product_26288,catalog_product_26289,catalog_product_26290,catalog_product_26291,catalog_product_26292,catalog_product_26293,catalog_product_26294,catalog_product_26295,catalog_product_26296,catalog_product_26297,catalog_product_26298,catalog_product_26299,catalog_product_26300,catalog_product_26301,catalog_product_26302,catalog_product_26303,catalog_product_26304,catalog_product_26305,catalog_product_26306,catalog_product_26307,catalog_product_26308,catalog_product_26309,catalog_product_26310,catalog_product_26311,catalog_product_26312,catalog_product_26313,catalog_product_26314,catalog_product_26090,catalog_product_26095,catalog_product_26096,catalog_product_26097,catalog_product_26099,catalog_product_26100,catalog_product_26101,catalog_product_26102,catalog_product_26103,catalog_product_26104,catalog_product_26105,catalog_product_26106,catalog_product_26107,catalog_product_26108,catalog_product_26109,catalog_product_26110,catalog_product_26111,catalog_product_26112,catalog_product_26113,catalog_product_26114,catalog_product_30144,catalog_product_87165,catalog_product_17184,catalog_product_6279,catalog_product_30135,catalog_product_23824,catalog_product_15759,catalog_product_55132,catalog_product_13483,catalog_product_12320,catalog_product_30143,catalog_product_30136,catalog_product_30126,catalog_product_87143,catalog_product_30272,catalog_product_27656,catalog_product_16507,catalog_product_27657,catalog_product_17185,catalog_product_30127,catalog_product_30073,catalog_product_17183,catalog_product_30273,catalog_product_30217,catalog_product_27658,catalog_product_16319,catalog_product_15758,catalog_product_15794,catalog_product_15760,catalog_product_15796,catalog_product_6282,catalog_product_30078,catalog_product_30120,catalog_product_30103,catalog_product_87235,catalog_product_30179,catalog_product_23822,catalog_product_30329,catalog_product_27655,catalog_product_16501,catalog_product_11868,catalog_product_30269,catalog_product_30185,catalog_product_30182"

@tim-breitenstein-it
Copy link

I think the problen are the Upsell Products, We have some products with over 400 Upsell Products. I am trying to limit this and check again.

@engcom-Alfa engcom-Alfa self-assigned this Jun 14, 2021
@m2-assistant
Copy link

m2-assistant bot commented Jun 14, 2021

Hi @engcom-Alfa. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.4-develop branch

    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Add label Issue: Confirmed once verification is complete.

  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@engcom-Delta
Copy link
Contributor

engcom-Delta commented Jul 1, 2021

Hi @marvinhinz,

Tried reproducing the issue on Magento 2.4 Develop. we are not able to reproduce the error, it works as expected.
Please find the attached snapshots for reference.

html_tag1
Magento_tag2

produced tags:

cat_c,cat_c_38,cat_c_20,cat_c_11,cat_c_3,cat_c_9,cat_c_37,store,cms_b,cms_b_1,cms_b_footer_links_block,cat_c_23,cat_c_p_23,FPC
cat_c,cat_c_38,cat_c_20,cat_c_11,cat_c_3,cat_c_9,cat_c_37,store,cms_b,cms_b_1,cms_b_footer_links_block,cat_c_13,cat_c_p_13,FPC
cat_c,cat_c_38,cat_c_20,cat_c_11,cat_c_3,cat_c_9,cat_c_37,store,cms_b,cms_b_1,cms_b_footer_links_block,cat_c_p_38,store_group,cms_b_7,cms_b_new-left-menu-block,cms_b_13,cms_b_new-block,cms_b_,cat_p_2003,cat_p,cat_p_1957,cat_p_1925,cat_p_1839,FPC

Kindly suggest how to make too lengthy tags to reproduce this issue.

@engcom-Delta engcom-Delta added Issue: needs update Additional information is require, waiting for response and removed Issue: ready for confirmation labels Jul 1, 2021
@engcom-Delta
Copy link
Contributor

There has no update from reporter and it has been 14 days. Hence closing the issue.
Kindly log a new issue if required or re-open the existing issue.

Thanks

@marvinhinz
Copy link
Contributor Author

marvinhinz commented Aug 16, 2021

@engcom-Delta Please re-open this issue, it still persists in magento 2.4.2-p1. Will retest in latest magento, once we have updated the customer. It happens on catalogsearch result page with >1000 results.

Debug changes in magento/vendor/magento/framework/App/Http.php
image

Result:
image

We have a workaround for nginx, but the error happens in apache and we could not find a matching option.

@ihor-sviziev ihor-sviziev reopened this Aug 16, 2021
@m2-community-project m2-community-project bot added Issue: ready for confirmation and removed Issue: needs update Additional information is require, waiting for response labels Aug 16, 2021
@engcom-Delta
Copy link
Contributor

Hi @ marvinhinz ,
Tried to reproduce it on Magento 2.4 Develop. in fact it is not reproducible with more than 2000 products. Please find the attached screenshots for reference.
2016_products
Catagory_1_MagentoTags
Hence added label 'Needs Update'.

@engcom-Delta engcom-Delta added Issue: needs update Additional information is require, waiting for response and removed Issue: ready for confirmation labels Sep 23, 2021
@engcom-Delta engcom-Delta self-assigned this Sep 23, 2021
@m2-assistant
Copy link

m2-assistant bot commented Sep 23, 2021

Hi @engcom-Delta. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.4-develop branch

    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Add label Issue: Confirmed once verification is complete.

  • 6. Make sure that automatic system confirms that report has been added to the backlog.

@tim-breitenstein-it
Copy link

tim-breitenstein-it commented Sep 23, 2021

We only have this problem with simple porducts which are included in more than about 250 bundle products.

@marvinhinz
Copy link
Contributor Author

@engcom-Delta could you try with catalogsearch results > 1000?

@engcom-Delta
Copy link
Contributor

Hi @marvinhiz,
Yes, We tried with > 1000 products in catalog search but issue is not reproducible on Magento 2.4-Develop.
Please find the screenshots for reference.
GrtrThan1000 products
Etag_length

@marvinhinz
Copy link
Contributor Author

Okay thank you, it might be related with elasticsuite module. I'll try to reproduce and get back to you.

@engcom-Delta
Copy link
Contributor

We have noticed that this issue has not been updated for 14 Days.
Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this.

@hostep
Copy link
Contributor

hostep commented Jun 1, 2022

@marvinhinz: did you ever figure this out, or have a workaround for this?

@usman786cs
Copy link

A bit late here but I got same error on my website.

After hours investigation I found that

Content-Security-Policy

Header size is above 8KBs where as it is limited to 8 in nginx and apache2.

For the solution, I removed all the duplicate and not needed CSP directives for custom module /etc/csp_whitelist.xml file and it worked for me.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue: needs update Additional information is require, waiting for response Reported on 2.3.4 Indicates original Magento version for the Issue report.
Projects
None yet
Development

No branches or pull requests