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;
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.
What I tried:
- reindex all indexers, several times
- checked Redis conf, removed, reinstalled again
- Checked Opcache settings, disabled and enabled back
- Used nginx standalone, used Nginx as proxy pass with Apache
- Reboot server several time
- Magento caches are disabled, recleared several times, recopliled and redeploy
- 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
add a comment |
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.
What I tried:
- reindex all indexers, several times
- checked Redis conf, removed, reinstalled again
- Checked Opcache settings, disabled and enabled back
- Used nginx standalone, used Nginx as proxy pass with Apache
- Reboot server several time
- Magento caches are disabled, recleared several times, recopliled and redeploy
- 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
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
andhttp://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
add a comment |
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.
What I tried:
- reindex all indexers, several times
- checked Redis conf, removed, reinstalled again
- Checked Opcache settings, disabled and enabled back
- Used nginx standalone, used Nginx as proxy pass with Apache
- Reboot server several time
- Magento caches are disabled, recleared several times, recopliled and redeploy
- 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
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.
What I tried:
- reindex all indexers, several times
- checked Redis conf, removed, reinstalled again
- Checked Opcache settings, disabled and enabled back
- Used nginx standalone, used Nginx as proxy pass with Apache
- Reboot server several time
- Magento caches are disabled, recleared several times, recopliled and redeploy
- 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
admin grid magento2.3.1
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
andhttp://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
add a comment |
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
andhttp://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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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
andhttp://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