gitbute

Results 13 comments of gitbute

I had the same problem. Solved it by specifing the cluster name two times, dont know why thats needed. Like this: "cluster": "clusterName/clusterName"

Just to chime in, i debugged for hours why my ingress was not working correctly, till i found this bug. Would be really cool if someone could fix this. I...

> The feature is over a totally different endpoint and would need to be added to this library. You can see an implementation here: https://github.com/acheong08/EdgeGPT Hmm im not sure, because...

Wow, quick reply 😃 I also found out that the username does not get displayed in the header on the dashboard anymore - works fine in admin console. In the...

No, per appsettings.json and roles.json ![image](https://user-images.githubusercontent.com/32512939/200866237-c0e8b8ea-e1ad-40be-af2a-de0d99317630.png)

I tried it today with 3.5.4, but sadly it did not fix the issue. Any idea what i can try to fix it?

@adamdriscoll Can we try anything else to solve this for our environment? Is my screenshot how the setup should be done, or can i try anything else? I'd rather not...

@adamdriscoll How should i proceed in this? Do i have to setup the instance completely new? Thanks

@adamdriscoll Ok so i think i found the bug after much testing and a complete reinstallation. As soon as i configure a -Logo on New-UDDashboard, i have the bug. Without...

change Dockerfile-backend to this: ```dockerfile EXPOSE 7437 CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7437"] ``` then it works.