How to solve Magento 2.3.3 Admin url 404 error,
Note : Front-End working fine.
Hi @Aveeva
Please share the link of the screenshot as it is visible once approved by the moderator.
In the meantime you can add index.php in the url, then it will work.
for eg;- example.com/index.php/admin
Try this it will work.
Found something useful, give "Kudos" and "Accept as Solution".
@Rahul Gupta After adding index.php in admin url still getting error https://snipboard.io/Cbr2ut.jpg
Hi @Aveeva
Use the below commands and try again.
sudo rm -rf var/cache/* sudo chmod 777 -R var/ generated/ pub/static/
Try this and let me know if it is working.
@Rahul Gupta Still getting same error.
@Rahul Gupta log error :
main.DEBUG: cache_invalidate: {"method":"GET","url":"http://localhost/mage2/admin_1qm73k/admin/index/index/key/c7883fadf25a7d8fe1e3505688f6ccc1c1f17be0a4c08da852029946e115cebc/","invalidateInfo":{"identifier":"interception"}} []
Hi @Aveeva
Can you run the below command and check the result.
php bin/magento cache:status
If the it is showing 0 then please use this command to enable the cache.
php bin/magento cache:enable php bin/magento cache:flush
Try this.
@Rahul Gupta Return following,
Current status:
config: 1
layout: 1
block_html: 1
collections: 1
reflection: 1
db_ddl: 1
compiled_config: 1
eav: 1
customer_notification: 1
config_integration: 1
config_integration_api: 1
google_product: 1
full_page: 1
config_webservice: 1
translate: 1
vertex: 1