Good day
I've installed Magento 2.3.3 - fresh install from hosted server - on Windows 10 - installation went well through install wizard. But now I can't access the admin page - I can see the admin page on the background, but there is 'n circle going round and round and round ... forever - page is stuck on loading.
PLEASE help!
What I've tried:
- deleted var.cache files
- deleted cache files from chrome (which I use)
- set permission on all files and folders to 755
Still does not work.
Frontend seems to work.
Kind regards,
Amanda
Sir I have same problem.have you find any solution?
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento c:f
php bin/magento c:c
make sure folder file permissions are set correctly
make sure the folder is own by the server www-data.
make sure your user is in www-data group.
magento is not supported on windows machines
from personal experience magento is too slow even on most tuned windows server. all comes down to windows filesystem, it's not the best in dealing with large amounts of small files. i remember just unpacking an archive with magento release taking like a minute or two on windows. i'd suggest moving to a linux server.
Okay, i have the same problem, and unable to login in admin panel.
So maybe you could explain how to run following commands? Make it simple, because I don't understand there I should write whose commands... 1000 times better if you make simple youtube video, thank you!
Same issue. We upgraded from 2.3.2 to 2.3.3. It works fin on my local, but the admin page is stuck on loading on Magento Cloud, and I don't see any errors on the logs. I already tried on incognito and the basic commands:
$ bin/magento c:f
$ bin/magento s:up
$ bin/magento s:static:deploy
$ bin/magento s:di:compile
Any help would be appreciated.
Hello
Can you please check in console of inspect element in google chrome browse and let me know the error like https://prnt.sc/q5fb44
I am sure there will you can get some idea why it's not loading
If answer is useful??? please Accept as Solution & give Kudos
Thank you
Anant P
I have same problem, where i could find the solution?
This might happen if all the cache types are disabled. For some reason when I install magento 2.3.3, all cache types were disabled and site was very slow. Once I enabled them, site started to work normal.
Try after running this command
php bin/magento config:set web/secure/use_in_adminhtml 1
This command solved my problem, Thank You !