Screen Shot 2016-06-29 at 07
Hi there, I’m getting this error after deploying on Azure through a BitBucket repository using the tutorial posted on the Blog.
Any ideas?
Looks like Grav cannot communicate to the Grav site to fetch updates. There can be various causes for this, see https://learn.getgrav.org/troubleshooting/common-problems#cannot-connect-to-the-gpm to start with
Thank you, yeah it turns out it could not communicate to the Grav site. I disabled updates anyways so the message doesn’t come up.
about one week ago, i had the same ‘‘issue’’. After this I ran composer install
and every update after that worked fine. I have the composer directories and files in my .gitignore
so they weren’t pulled of course. Idk, it might help someone.
@chidvanid good to know that, didn’t think about vendor libs not being up to date.