- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021
02:28 AM
07-07-2021
02:28 AM
magento2.4.2 backend panel after login nothing happened
I install M2.4.2 in localhost by XAMPP. everything is ok, but login backend panel nothing happened. no errors. no redirect. just refresh page.
Help me!! Thank you~
Labels:
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021
02:53 AM
07-07-2021
02:53 AM
Re: magento2.4.2 backend panel after login nothing happened
Use the below steps:
- Add extension=sodium to php.ini
- Copy php/libsodium.dll to apache/bin/
- Restart Server
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021
02:56 AM
07-07-2021
02:56 AM
Re: magento2.4.2 backend panel after login nothing happened
i try to do this.but not work
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2021
03:14 AM
07-07-2021
03:14 AM
Re: magento2.4.2 backend panel after login nothing happened
First of all, set your site in the developer mode
in the app/bootstrap.php file, uncomment the below line:
ini_set('display_errors', 1);
Once you uncomment this line, you can view the particular error
and check the request from the console also.
The store front end is displaying properly, right?
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
200+ Magento 2 Extensions for Enhanced Shopping Experience.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2021
11:21 PM
08-30-2021
11:21 PM
Re: magento2.4.2 backend panel after login nothing happened
Hello @yanyi9399o07ec
I also had the same issue with Magento 2.3.1 after creating a clone site for testing. in firefox ,chrome, cleared Cache in firefox and its working
I also clean/flush cache of magento from terminal, deployed static content. no fix then cleared browser cache, Fixed issue.
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!