pimcore / demo

The Official Pimcore Demo Package - You're new to Pimcore? That's your entry point! 🤓
Other
97 stars 106 forks source link

[Bug]: Docker installation in Windows gets error #555

Closed kaurov closed 7 months ago

kaurov commented 7 months ago

Expected behavior

No errors right after docker installation

Actual behavior

In Admin Panel (I believe I saw this errro on official demo website as well): Timestamp: Tue Dec 12 2023 08:58:46 GMT+0100 (Mitteleuropäische Normalzeit) Status: 0 | communication failure URL: /admin/object/tree-get-children-by-id?_dc=1702367896767 Method: GET Message: undefined

In Nginx docker container: 2023-12-12 08:58:31 172.19.0.1 - - [12/Dec/2023:07:58:31 +0000] "GET /admin/class/get-tree?createAllowed=true&_dc=1702367881114&page=1&start=0&limit=25 HTTP/1.1" 499 0 "http://localhost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" 2023-12-12 08:58:31 172.19.0.1 - - [12/Dec/2023:07:58:31 +0000] "GET /admin/settings/get-available-admin-languages?_dc=1702367881114&page=1&start=0&limit=25 HTTP/1.1" 499 0 "http://localhost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" 2023-12-12 08:58:31 172.19.0.1 - - [12/Dec/2023:07:58:31 +0000] "GET /admin/settings/get-available-sites?_dc=1702367881115&page=1&start=0&limit=25 HTTP/1.1" 499 0 "http://localhost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" 2023-12-12 08:58:41 172.19.0.1 - - [12/Dec/2023:07:58:41 +0000] "GET /admin/document/tree-get-children-by-id?_dc=1702367891637&limit=50&view=&page=1&start=0&node=1 HTTP/1.1" 499 0 "http://localhost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" 2023-12-12 08:58:41 172.19.0.1 - - [12/Dec/2023:07:58:41 +0000] "GET /bundles/pimcoreadmin/extjs/font/fonts/ExtJS.ttf?-tqegh9 HTTP/1.1" 200 10404 "http://localhost/bundles/pimcoreadmin/extjs/css/PimcoreApp-all_2.css?_dc=0ccaab712fe0f018b5e544b9e25cab7f417841b5" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-" 2023-12-12 08:58:46 172.19.0.1 - - [12/Dec/2023:07:58:46 +0000] "GET /admin/object/tree-get-children-by-id?_dc=1702367896767&limit=30&view=&page=1&start=0&node=1 HTTP/1.1" 499 0 "http://localhost/admin/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"

Steps to reproduce

I installed Demo project on windows + Docker Desktop. It is much better then Skeleton -- at least installed without error. But admin panel is loaded really slow (Do you have docker configuration tutorial to make it fast?) and no ability to open data object classes editor.

fashxp commented 7 months ago

Installation works fine for us, so this has to be something on your setup. For Windows performance, see https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/System_Setup_and_Hosting/Fix_Performance_Issues_on_Windows/

kaurov commented 7 months ago

Thank you very much