Hi everyone
Magento 2.1.4 version
What seems to be the problem after providing the Magento Marketplace Access Key it goes an error or warning?
Then clicking the Component Manager
Solved! Go to Solution.
Hi @Kerly,
Maybe the problem caused by permission on your server.
Please try run command as below:
find pub -type d -exec chmod 755 {} \; find pub -type f -exec chmod 644 {} \; chown nginx:nginx -R *
Hi @Kerly,
Maybe the problem caused by permission on your server.
Please try run command as below:
find pub -type d -exec chmod 755 {} \; find pub -type f -exec chmod 644 {} \; chown nginx:nginx -R *