cancel
Showing results for 
Search instead for 
Did you mean: 

magento2.4.2 backend panel after login nothing happened

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~
Snipaste_2021-07-07_17-27-04.jpg

4 REPLIES 4

Re: magento2.4.2 backend panel after login nothing happened

@yanyi9399o07ec 

Use the below steps:

  1. Add extension=sodium to php.ini
  2. Copy php/libsodium.dll to apache/bin/
  3. Restart Server
Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: magento2.4.2 backend panel after login nothing happened

i try to do this.but not work

Re: magento2.4.2 backend panel after login nothing happened

@yanyi9399o07ec 

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.

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!