cancel
Showing results for 
Search instead for 
Did you mean: 

A technical problem with the server created an error. Try again to continue what you were doing.

A technical problem with the server created an error. Try again to continue what you were doing.

Hi Everyone,

 

I have installed magento 2.3 fresh magento 2 version.

 

And then installed the sample data.

 

But when I login to admin panel, I am getting this issue:

 

 "A technical problem with the server created an error. Try again to continue what you were doing."

10 REPLIES 10

Re: A technical problem with the server created an error. Try again to continue what you were doing.

Hi @lokranjan_varshney

 

I would suggest you to go into var/log directory from the magento 2 root folder and then open the exception.log file and check what error it is showing over there and paste the error over here.

 

so its help us to troubleshoot the issue !

if issue solved,Click Kudos & Accept as Solution

Re: A technical problem with the server created an error. Try again to continue what you were doing.

There is nothing error in var/log.

 

I also try to check the error_log server file but no success

Re: A technical problem with the server created an error. Try again to continue what you were doing.

Hello @lokranjan_varshney

 

Please follow below url:

 

https://phpcodez.com/magento-2-technical-problem-with-the-server-created-an-error/

 

Or still you face this error then try to change In vendor/magento/module-theme/view/adminhtml/ui_component/design_config_form.xml file change fileUploader to imageUploader on line number 57 and 154

Manish Mittal
https://www.manishmittal.com/

Re: A technical problem with the server created an error. Try again to continue what you were doing.

Let me give u the credentials:

 

 

https://demo-magento.pixelmechanics.de/pmadmin/

user:admin1

password : admin123

 

Directory permission:

 

user: dev

pass: dev1234

 

I tried all the solutions but no solution till now.

Re: A technical problem with the server created an error. Try again to continue what you were doing.

@lokranjan_varshney

 

See below request is 404 showing in the console, please check this once.

 

https://demo-magento.pixelmechanics.de/pmadmin/admin/noroute/index/key/00510005ba7356beca62c7c200def...

Manish Mittal
https://www.manishmittal.com/

Re: A technical problem with the server created an error. Try again to continue what you were doing.

Yes I see that but I only installed the fresh m2.3 and did nothing in the code.

 

I tried to find out what is wrong and why there is 404 error over night but could not succeed.Man Frustrated

Re: A technical problem with the server created an error. Try again to continue what you were doing.

Hello @lokranjan_varshney

 

Then please run below commands once:

chmod -R 0777 var/ pub/ generated/
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
chmod -R 0777 var/ pub/ generated/
Manish Mittal
https://www.manishmittal.com/

Re: A technical problem with the server created an error. Try again to continue what you were doing.

 

Hi @lokranjan_varshney,

 

I am also facing the same issue in Magento 2.3. Did you find any working solution for this issue? If so please help me to resolve this issue.

Prema M

Re: A technical problem with the server created an error. Try again to continue what you were doing.

@prema_mani1

 

I did not get any solution for this issue.But when I used the same files and database on my local even without a single change.It works fine without any issue!!!!

 

I think the issue is related to server.I have checked the server error log and magento error log 

but there is no hint for this kind of error.