Ritwik G
Ritwik G
> @antonr-p2p I've had the same issue, you only need to add the full path for `gke-gcloud-auth-plugin` on `.kube/config` tag `command:`. and set `export USE_GKE_GCLOUD_AUTH_PLUGIN=True` Btw, I'm on MacOS. >...
@IsraelAbebe to add more context probably you haven't done anything wrong. Around last Friday we had a change which went in that caused this issues. So if you cloned repo...
@IsraelAbebe it would be great to know if the above steps helped to resolve your issue.
Closing stale issue
@athul-rs I will be taking this up as well. Closing this PR
Hi @haluwong , I think below can help you with setting it up for a different domain. 1. You actually don't need to use nginx. We are using [traefik](https://doc.traefik.io/traefik/) already...
@dumbsheep1990 Hi can you confirm if the changes where made in `backend/sample.env` as mentioned in the below thread. If you have could you please share the screenshots or share the...
@haluwong , when you modified the code (backend/settings/dev.py), you will need to build containers from the local code. Which is acheivable passing `-b` or `--build-local` to `./run-platform.sh` Hope you have...
@haluwong I think the issue is with traefik routing. From the response of login API(/api/v1/login) it looks like to be going to Frontend container instead of backend. Can you share...
@haluwong I tried this locally and noticed one thing. If you make change in `sample.env` file in backend then we need to delete the `backend/.env` file and run the script...