HI team, the local environment was running smoothly before I pulled from the main branch of the appwrite/console repository. Can you please help me understand what's wrong, my docker container is not able to start. I am a new contributor so need help in understanding the issue
Run to install all of the dependencies
composer install
and maybe docker compose build?
@Steven Hi Steven, I tried docker compose build but the issue persists same as shown in the above screenshot. Looks like some PHP extensions are missing in the local environment. I am trying to resolve this. Will update it here once resolved. Any other hints would be helpful.
solved. Thanks for help guys
How did you manage to fix it?
I think my local repo had some issues. I started over by cloning the repo again and then updating the submodule. Then simply docker compose build worked.
ah alright that's great!
Since it's fixed, could you update the title of the post to [SOLVED] Not able to setup environment after updating project
sure
[SOLVED] Not able to setup environment after updating project
Recommended threads
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...