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."
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 !
There is nothing error in var/log.
I also try to check the error_log server file but no success
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
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.
See below request is 404 showing in the console, please check this once.
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.
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/
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.
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.