Zend certified PHP/Magento developer

Local Cloud Instance with MAMP not fully working

I did setup a working local clone of my magento cloud project with MAMP. The store front shows and the admin panel works but not everything is there. I got my DB dump with:

mgc db:dump

Problem 1: Apparently I can’t seem to get any products.

Problem 2 :Also some assets are getting 404 errors. Most assets get a correct path of “http://127.0.0.1/mysite.test/ ….. etc …”, the 404 ones starts with “/media” while they are in the pub/media folder.

Problem 3 : Bunch of pages are not found (wrong path).

So my guess is that the db dump is either partial and doesn’t get all the data or I need to correct a bunch of stuff in it before I can import it in DB. Any pointers would be appreciated. It’s close to work but it’s missing a few thing.