-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Comments
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. |
@sammarcus. Do you mean Magento App should provide more details with such type of errors? |
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! |
We have plans to address more "something went wrong" errors in next release. Internal ticket MAGETWO-52217 |
Hi. Please advise. |
@jvpatel, thank you for your report. |
Same problem here after 7 months in production and 17221 orders on a 2.1.3 I configured Varnish : 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. |
Fixed issues: - MAGETWO-95675: Error during setup:static-content:deploy: Error while waiting for package deployed
Steps to reproduce
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
Actual result
The text was updated successfully, but these errors were encountered: