Magento 2.3.1 customer grid sorting issue Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Customer grid new column display when sortingCustom Grid sorting functionCustom Column Sorting in Admin Grid - Magento 2Admin grid sorting issueMagento - 2.3.1 Possible Problems?Magento 2.3.1 installation ErrorMagento 2.3.1 Error on checkout getAdditionalInformation()Issue while generating db_schema file for existing module Magento 2.3.1Magento 2.3.1 is not working in XamppProblems with button cart, and register in Magento 2.3.1

Java 8 stream max() function argument type Comparator vs Comparable

What is a Meta algorithm?

Why one of virtual NICs called bond0?

How can I fade player when goes inside or outside of the area?

Does accepting a pardon have any bearing on trying that person for the same crime in a sovereign jurisdiction?

How widely used is the term Treppenwitz? Is it something that most Germans know?

Proof involving the spectral radius and Jordan Canonical form

Should I call the interviewer directly, if HR aren't responding?

Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?

How can I make names more distinctive without making them longer?

What would be the ideal power source for a cybernetic eye?

Letter Boxed validator

Output the ŋarâþ crîþ alphabet song without using (m)any letters

Should I discuss the type of campaign with my players?

How to find all the available tools in macOS terminal?

How discoverable are IPv6 addresses and AAAA names by potential attackers?

How do I mention the quality of my school without bragging

Is 1 ppb equal to 1 μg/kg?

Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?

Single word antonym of "flightless"

What are the motives behind Cersei's orders given to Bronn?

List *all* the tuples!

Did Kevin spill real chili?

G-Code for resetting to 100% speed



Magento 2.3.1 customer grid sorting issue



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Customer grid new column display when sortingCustom Grid sorting functionCustom Column Sorting in Admin Grid - Magento 2Admin grid sorting issueMagento - 2.3.1 Possible Problems?Magento 2.3.1 installation ErrorMagento 2.3.1 Error on checkout getAdditionalInformation()Issue while generating db_schema file for existing module Magento 2.3.1Magento 2.3.1 is not working in XamppProblems with button cart, and register in Magento 2.3.1



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am using magento 2.3.1.



I am having this strange issue only in admin>customer grid



No matter which column I choose to sort the results are always the same.



It happens only in this grid.



ID sort ascending



ID sort descending



What I tried:



  1. reindex all indexers, several times

  2. checked Redis conf, removed, reinstalled again

  3. Checked Opcache settings, disabled and enabled back

  4. Used nginx standalone, used Nginx as proxy pass with Apache

  5. Reboot server several time

  6. Magento caches are disabled, recleared several times, recopliled and redeploy

  7. Cleared ui_bookmark table

Nothing from these helped. The only thing I noticed is that on local server with apache only it works with no problem.



Also when this started, when I tried to install a new module, although module was istalled fine, upgraded and compiled when I went to admin I couldn't find it anywhere.



Again in local wasn't this problem. I think that these two are related.



Any help will be appreciated....I am trying two days with no luck..










share|improve this question

















  • 1





    What about request in the network tab of your browser? Is data present in response?

    – Siarhey Uchukhlebau
    yesterday











  • @Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

    – G. G.
    yesterday







  • 1





    Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

    – Siarhey Uchukhlebau
    22 hours ago

















1















I am using magento 2.3.1.



I am having this strange issue only in admin>customer grid



No matter which column I choose to sort the results are always the same.



It happens only in this grid.



ID sort ascending



ID sort descending



What I tried:



  1. reindex all indexers, several times

  2. checked Redis conf, removed, reinstalled again

  3. Checked Opcache settings, disabled and enabled back

  4. Used nginx standalone, used Nginx as proxy pass with Apache

  5. Reboot server several time

  6. Magento caches are disabled, recleared several times, recopliled and redeploy

  7. Cleared ui_bookmark table

Nothing from these helped. The only thing I noticed is that on local server with apache only it works with no problem.



Also when this started, when I tried to install a new module, although module was istalled fine, upgraded and compiled when I went to admin I couldn't find it anywhere.



Again in local wasn't this problem. I think that these two are related.



Any help will be appreciated....I am trying two days with no luck..










share|improve this question

















  • 1





    What about request in the network tab of your browser? Is data present in response?

    – Siarhey Uchukhlebau
    yesterday











  • @Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

    – G. G.
    yesterday







  • 1





    Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

    – Siarhey Uchukhlebau
    22 hours ago













1












1








1


1






I am using magento 2.3.1.



I am having this strange issue only in admin>customer grid



No matter which column I choose to sort the results are always the same.



It happens only in this grid.



ID sort ascending



ID sort descending



What I tried:



  1. reindex all indexers, several times

  2. checked Redis conf, removed, reinstalled again

  3. Checked Opcache settings, disabled and enabled back

  4. Used nginx standalone, used Nginx as proxy pass with Apache

  5. Reboot server several time

  6. Magento caches are disabled, recleared several times, recopliled and redeploy

  7. Cleared ui_bookmark table

Nothing from these helped. The only thing I noticed is that on local server with apache only it works with no problem.



Also when this started, when I tried to install a new module, although module was istalled fine, upgraded and compiled when I went to admin I couldn't find it anywhere.



Again in local wasn't this problem. I think that these two are related.



Any help will be appreciated....I am trying two days with no luck..










share|improve this question














I am using magento 2.3.1.



I am having this strange issue only in admin>customer grid



No matter which column I choose to sort the results are always the same.



It happens only in this grid.



ID sort ascending



ID sort descending



What I tried:



  1. reindex all indexers, several times

  2. checked Redis conf, removed, reinstalled again

  3. Checked Opcache settings, disabled and enabled back

  4. Used nginx standalone, used Nginx as proxy pass with Apache

  5. Reboot server several time

  6. Magento caches are disabled, recleared several times, recopliled and redeploy

  7. Cleared ui_bookmark table

Nothing from these helped. The only thing I noticed is that on local server with apache only it works with no problem.



Also when this started, when I tried to install a new module, although module was istalled fine, upgraded and compiled when I went to admin I couldn't find it anywhere.



Again in local wasn't this problem. I think that these two are related.



Any help will be appreciated....I am trying two days with no luck..







admin grid magento2.3.1






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked yesterday









G. G.G. G.

909




909







  • 1





    What about request in the network tab of your browser? Is data present in response?

    – Siarhey Uchukhlebau
    yesterday











  • @Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

    – G. G.
    yesterday







  • 1





    Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

    – Siarhey Uchukhlebau
    22 hours ago












  • 1





    What about request in the network tab of your browser? Is data present in response?

    – Siarhey Uchukhlebau
    yesterday











  • @Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

    – G. G.
    yesterday







  • 1





    Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

    – Siarhey Uchukhlebau
    22 hours ago







1




1





What about request in the network tab of your browser? Is data present in response?

– Siarhey Uchukhlebau
yesterday





What about request in the network tab of your browser? Is data present in response?

– Siarhey Uchukhlebau
yesterday













@Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

– G. G.
yesterday






@Siarhey Uchukhlebau. I see: http://example.com/admin/mui/index/render/key/a70f1877ef4497ab4d91b261bdc84e59fd55cfa9c4477de093b6585044aeda24/?namespace=customer_listing&search=&filters%5Bplaceholder%5D=true&paging%5BpageSize%5D=100&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=entity_id&sorting%5Bdirection%5D=desc&isAjax=true and http://example.com/admin/mui/bookmark/save/key/cebf3f2d676c37e2259d0e4964b2d5daf27620c32e8010e7e255929dd375cb05/?isAjax=true GET and POST. These only the first time I press in column sort....If I press again I get no data in network.

– G. G.
yesterday





1




1





Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

– Siarhey Uchukhlebau
22 hours ago





Is a data obtained in first request are the same as a data in the analogical request on the server without that issue? I think if the data from the first request was broken it can broke whole ui-grid.

– Siarhey Uchukhlebau
22 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270015%2fmagento-2-3-1-customer-grid-sorting-issue%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270015%2fmagento-2-3-1-customer-grid-sorting-issue%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form