Results 4 comments of Yevhenii Volosiuk

Maybe the array API data key changed and it isn't working. You need to check data in POSTMAN etc.

Just a quick change to wp-config.php, add this: define('FS_METHOD','direct');

It's a folder permission problem. You need to change permissions for upgrade or better for the full wp-content folder. You can try: sudo chmod -R 755 wp-content [WP docs](https://developer.wordpress.org/advanced-administration/server/file-permissions/#shared-hosting-with-suexec)

I created a template for WordPress https://github.com/YevheniiVolosiuk/lando-wordpress-template, and I am planning to do the same for Laravel. Maybe it will help someone.