I cloned to Appwrite repo, ran docker build and got an error resulting from the vite build command ran from the console repo.
Logs are attached.
Can I get some directions on how to debug the issue?
Did you follow the instructions here: https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md#setup-from-source?
Yes. The console project directory is populated with the source code. I also made sure to double check and ran the git submodule update --init command several times.
weird...the only other thing i can think of is memory constraints. how much memory does your machine have? how much memory is allocated for docker?
I have a mac with 16GB of RAM. I did have an issue with available memory, but it specifically mentioned it, so I closed some apps and the error changed. Regarding to how much space is allocated to docker - I haven't set a limit. I'll try to see if there are any default limits. I also tried to check already open ports, but it fails in the build stage so I don't know if it's relevant.
It was an issue of memory. Docker Desktop sets the default limit to 2GB. Thanks a lot!
[SOLVED] docker compose build results in vite build error SIGKILL
Recommended threads
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Beginner Unity game
In tutorial creator get new words, but i dont I dont lnow what problem https://www.youtube.com/watch?v=vQY4jsho1nQ 11:17
- [SOLVED] What does avatars.getInitials r...
I am using this function and on logging the value i am getting something like `{"_h": 0, "_i": 0, "_j": null, "_k": null}` here is the code i used ```export fun...