I ran through the setup instructions to get a local dev environment spun up. When I got to the command:
foundry ui run
I was getting a generic error message:
❌ An unexpected error occurred.
I could not spin up the local dev server. I poked around until I ran foundry apps deploy and then ran foundry ui run and everything worked. Seems like there's some additional setup that needs to happen during the foundry apps deploy process. I'm guessing since this app was cloned from github instead of doing a foundry app create that maybe something is getting missed.
I ran through the setup instructions to get a local dev environment spun up. When I got to the command:
foundry ui run
I was getting a generic error message:❌ An unexpected error occurred
.I could not spin up the local dev server. I poked around until I ran
foundry apps deploy
and then ranfoundry ui run
and everything worked. Seems like there's some additional setup that needs to happen during thefoundry apps deploy
process. I'm guessing since this app was cloned from github instead of doing afoundry app create
that maybe something is getting missed.