When running php artisan serve as described by the onboarding, we get the message "> RuntimeException
Cannot reach Forest API at https://api.forestadmin.com/forest/apimaps, it seems to be down right now
Expected behavior
States the “Apimap received” message in console
Context
Project name: GP TEST
Team name: GP
Environment name: local
Agent type & version: laravel
Recent changes made on your end if any: … first install
So the issue was that I had generated a new project and thus a set of keys. Althought the forest:setup-keys returned “already set up”, the actual issue was that I had a new set of keys that it needed to override. Deleting the keys out of .env and reapplying that command fixed the issue.
Ultimately it wasn’t that I couldn’t connect to the API or that it was down, it was that my keys were incorrect / non-existant on forestadmin.