ronivay / xen-orchestra-docker

Xen Orchestra in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with Google oAuth and container version 5.120.2

killroy1971 opened this issue · comments

The previous container, version 5.119.0 handles Google oAuth fine. When I upgraded to version 5.120.0, I now get this error message: Cannot read properties of undefined (reading 'id').

Now I can downgrade to 5.119.0, but I'd like to know what the above error message means. I double checked the Google Authentication module's settings and everything was set as it should be.

Any ideas?

Hi,

There have been some recent changes to google-auth and some auth stuff in general according to commits. eq version update: vatesfr/xen-orchestra@9c9c111

I doubt this container build has anything to do with the plugin not working properly. I'd suggest trying to build container manually so that you're in latest XO master branch commit and see if it makes any difference. If not, best place to continue would be xcp-ng forum as I'm not a maintainer of actual application code and there's no obvious root cause that catches to my eye (except changes mentioned above).

I'll take a look see. Thank you.