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

Failed loading Admin Sale Orders #3904

Closed
jvpatel opened this issue Mar 27, 2016 · 7 comments
Closed

Failed loading Admin Sale Orders #3904

jvpatel opened this issue Mar 27, 2016 · 7 comments
Assignees
Labels
bug report Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development

Comments

@jvpatel
Copy link

jvpatel commented Mar 27, 2016

Steps to reproduce

  1. Install Magento 2.0
  2. Setup, and Configure a Standard PayPal checkout (SSL: Disabled, Sandbox: Yes)
  3. [Example] Add any product in a cart
  4. Checkout cart using PayPal
  5. Transaction succeeded. Message displayed "We will email you ......"
  6. Navigate into Admin > Sale > Orders (In order to view orders)
  7. Failed to load, and spinner goes on.

image

image

http://example.com/magento/admin_1234/mui/index/render/key/2d746eec71871b2ef4b1740eb1b2cb03a7270ca52cc9c79c05e36db425766c1e/?namespace=sales_order_grid&search%5B%5D=&search%5B%5D=&search%5B%5D=&search%5B%5D=&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=actions&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&isAjax=true HTTP/1.1" 503 853

Expected result

  1. Error should not have been thrown. All orders should be viewable

Actual result

  1. [Example] Error message appears: "Attention. Something went wrong"
@sammarcus
Copy link
Contributor

When the generic "Attention. Something went wrong" appears, is there a conclusive location a more detailed error is written to a log? I am not finding it in any of the normal logs or reporting functions.

@guz-anton
Copy link
Contributor

@sammarcus. Do you mean Magento App should provide more details with such type of errors?

@jvpatel
Copy link
Author

jvpatel commented Apr 28, 2016

Well, I already caught the error in a browsers network. Some kind of special characters are passed in search, this error can't be caught in logs created by Magento. I wonder, why are the strange values passed on loading a tab? It should go ahead with the default values or none.

On switching a tab following http request is made, which contain bad values:

http://example.com/magento/admin_1234/mui/index/render/key/2d746eec71871b2ef4b1740eb1b2cb03a7270ca52cc9c79c05e36db425766c1e/?namespace=sales_order_grid& search%5B%5D=&search%5B%5D=&search%5B%5D=&search%5B%5D=&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&filters%5Bplaceholder%5D%5B%5D=true&paging%5BpageSize%5D=20&paging%5Bcurrent%5D=1&sorting%5Bfield%5D=actions&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&sorting%5Bdirection%5D%5B%5D=false&isAjax=true HTTP/1.1" 503 853

However, the issue seems to be happening after setting up the paypal modules from the admin panel.

Yes, Magento App should provide more details with such type of errors. Database logging would be great!

@piotrekkaminski
Copy link
Contributor

We have plans to address more "something went wrong" errors in next release. Internal ticket MAGETWO-52217

@guz-anton guz-anton assigned rganin and unassigned guz-anton Jul 15, 2016
@vkorotun vkorotun removed the CS label Aug 4, 2016
@andimov andimov added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Aug 16, 2016
@iwdjoe
Copy link

iwdjoe commented Dec 30, 2016

Hi.
Do you have any update on this?
Our client has this issue on Magento EE as well.
Version 2.1.0

Please advise.
Thank you!

@magento-engcom-team magento-engcom-team added bug report Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed labels Sep 11, 2017
@magento-engcom-team magento-engcom-team added the Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed label Sep 27, 2017
@magento-engcom-team
Copy link
Contributor

@jvpatel, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.

@magento-engcom-team magento-engcom-team added the Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch label Sep 27, 2017
@pravalitera
Copy link

Same problem here after 7 months in production and 17221 orders on a 2.1.3

I configured Varnish :
-p http_resp_hdr_len=65536
-p http_resp_size=98304 \

And increased timeout in nginx... The loading time is horrible (~ 2 min), but it works...

That would be cool if Magento could do more testing with proper databases... It's obvious that test with "big databases" are not done.

magento-engcom-team pushed a commit that referenced this issue Mar 22, 2019
Fixed issues:
 - MAGETWO-95675: Error during setup:static-content:deploy: Error while waiting for package deployed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug report Issue: Cannot Reproduce Cannot reproduce the issue on the latest `2.4-develop` branch Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Format is not valid Gate 1 Failed. Automatic verification of issue format is failed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development
Projects
None yet
Development

No branches or pull requests