Was able to create a couple of projects yesterday to understand the process, but then later in the day it stopped working when I was ready to create a project that I would stick with.
I tried the same with a different account today and it still didn’t work.
Everything seems to be fine. I was able to setup and start the local server. I’m seeing get /forest requests from the browser and a 204 being returned. There are no exceptions in the javascript console.
If I go to localhost:3310, then I see " Your application is running!"
Is something wrong with Forest? Or perhaps a rate limit on new project creation? I’m at a loss and I really want to proceed somehow!
I don’t see a blue toaster. I only see a green pulsating light next to the text "
Waiting for your backend to run."
I see the 204 command repeatedly logged both in my terminal: “GET /forest 204 - - 0.632 ms”
and as successful requests in the network tab of the developer console in my browser.
If this has happen once could you kill all running lumber applications, go back to http://app.forestadmin.com, drop the foobartest project and try to go through the onboarding steps again again?
This keeps happening. I even tried using a different account and the same thing happened there. This is very odd because I was able to successfully create two projects yesterday before this started.
I was finally able to get it to work. I tried a different computer, still no luck with NPM, but managed to get it working with Docker. I’m not sure if the other computer was the fix or if you guys made a change in the meantime
There is an on-going issue with the frontend that is affecting development environments. I would suggest you pause your deployment until they are fixed. Or you won’t know if it’s your fault or the Frontend UI regression bug they introduced just recently.
So I got it working on a different computer (2016 Macbook). It worked for both NPM and Docker. I still don’t know why it stopped working on my newer MBP 2019, but for now I have what I need.
I just tried again on my MBP to setup foobartest7 and ran into the same issue. Everything looks fine in both browser and local server (I see GET /forest 204) but it doesn’t move past “Waiting for your backend to run”. I’m fine at this point since my project is working in production, but if you like, I can offer whatever info you need to debug this issue.