Kithmina Gunasinghe
Kithmina Gunasinghe
@mobilestack check if the worklenz_backend running properly
@mobilestack check whether db have successfully initialized problem seem to be in db check if [this ](https://github.com/Worklenz/worklenz/blob/main/worklenz-backend/database/00-init-db.sh)script had failed to run
@MarkBubacz could you please check if the worklenz_createbuckets service is working as expected? There might be an issue with bucket initialization. Please check the logs for worklenz_createbucket `docker logs worklenz_createbuckets`
there is a error in createbuckets service you can try this and tell me if this fix the issue ``` createbuckets: image: minio/mc container_name: worklenz_createbuckets depends_on: - minio entrypoint: >...
> [@kithmina1999](https://github.com/kithmina1999) It doesn't work. The docker-compose.yml has already, what u have responsed there's syntax error in the config try replacing this service config
> [@kithmina1999](https://github.com/kithmina1999) I forked the project and changed the createbuckets part. > > After deleting the old install and starting it again with `./start.sh` i get the following during install:...
> [@kithmina1999](https://github.com/kithmina1999) > > root@ubuntu:~/worklenz# docker compose down -v > [+] Running 8/8 > ✔ Container worklenz_createbuckets Removed 0.0s > ✔ Container worklenz_frontend Removed 0.2s > ✔ Container worklenz_backend Removed...
> As i said, the bucket got removed after > > ``` > can you try > docker-compose down -v > and try ./start.sh again > ``` > > And...
> BTW: Only `docker compose up -d` creates a bucket, `./start.sh` does not. what happened when run ` ./start.sh`
there seem to be issue with the CORS policy is blocking the IP addresses it will be fixed shortly