Hi Experts,
Can you please help me out that i am facing issue while importing new products into magento 2.2.3. it stucks at check data. and giving forbidden error. looking forward to your earliest response.
Regards,
Zia
It seems is a bug. You can follow the issue here: https://github.com/magento/magento2/issues/12808
Hi Sir,
Thanks for your reply.
It is not that issue. actually i checked it with different scenario, it is working fine at test environment but not working at production environment .
Regards,
Zia
Did you check your permisson of magento instance?
Just set root permission to pub and var folder.
Or you need to run below command,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f
Hi,
it did not work for me.