cancel
Showing results for 
Search instead for 
Did you mean: 

Admin panel keeps loading on Magento 2.3.x

Admin panel keeps loading on Magento 2.3.x

Hi, I have been trying to install Magento 2.3.5-p1 on Centos 7, Nginx with Php-fpm and maria db. After fixing nginx.conf I was able to install it and Home Page is perfectly okay. But my admin panel keeps on loading with a loader gif (i suppose).

 

I am installing it by user:nginx, i.e. my `user` is associated to nginx group.

I have tried almost all the available answers I could find in past 2-3 days on google, but nothing works for me.

 

I tried:

 

1) Change Symlink to Copy in /di.xml
2) Reinstall several times 
3) c:c / c:f
4) Deleting all the data in static/, var, and then deploying again
5) Changing permissions, used 777/755/077/g+w/g+ws
6) bin/magento setup:static-content:deploy -f
7) php bin/magento indexer:reindex
8) disabled magento_csp on (2.3.5-p1)... 
9) di:compile, upgrade followed by deploy
10) I cant remember, but I must have used other ways

 

So, then i removed 2.3.5-p1 and downloaded 2.3.4-p2, But even with this i have same result. Please review the screen shot and I hope I can get some help or answer here.

 

--> i.imgur.com/ny7kmH2.png <-- Sorry, I am unable to upload picture here.

I am installing via these commands:

 

bin/magento setup:install --base-url=https://www.example.com/ \
--base-url-secure=https://www.example.com/ \
--db-host=localhost --db-name= --db-user= \
--db-password='' --admin-firstname= \
--admin-lastname=Admin --admin-email= \
--admin-user=admin --admin-password= --language=en_US \
--currency=USD --timezone=UTC --use-rewrites=1