I have done a new install of the base + admin package and on the admin panel it tells me to update the packages. Doing so results in an error message that quickly fades away:
I’m also having huge problems with GPM since upgrading to 1.1.6. I downloaded a skeleton that apparently still uses 1.1.5. When I tried using GPM to install the admin dash, it says I needed 1.1.6. Once I installed 1.1.6, GPM refuses to work anymore. If I run bin/gpm index -f I get the message No data was found in the GPM repository stored locally. If I try to run bin/gpm version I get the message [RuntimeException] Error while trying to download ‘URL to GRAV.JSON’ (didn’t use url because it seems to delete my post when I add a url). I’ve cleared the cache with no luck.
When I try running bin/gpm install admin after upgrading to version 1.1.6 I get the message [RuntimeException] GPM not reachable. Please check your internet connection or check the Grav site is reachable. GPM seems to work fine in 1.1.5. If I use GPM in a 1.1.5 project it works up until I upgrade to 1.1.6. I suppose I’m going to manually install admin but wondering what else is going on with this.
Alright found the issue: I have to set gpm: verify_peer: false to get a fresh grav installation working on macOS Sierra. But my current projects are still on 1.1.5. Guess I have to update them manually…