honza801
(fous)
February 17, 2021, 11:18am
1
hi,
there comes an error while generating token in cloud view.
username → settings → config → login token → manage login tokens → get a new token
the circle keeps spinning, and nothing happens.
there is an error in browser console
Uncaught TypeError: that.element is undefined
_setup login-token.js:133
depending parameters in config view are both true: User.login_token: true, Settings.login_token: true
generating tokens in admin view works fine.
does anyone experince same problem and knows how to fix it.
thanks
jan
slnt_opp
(Mik)
February 17, 2021, 12:12pm
2
Hi,
What version of OpenNebula is running?
Do you use any ad-blockers or any extensions could interrupt DOM?
Also did you tried this in different browsers?
honza801
(fous)
February 17, 2021, 12:48pm
3
hi,
i’m running OpenNebula 5.12.0.3
i dont use any blockers.
used browsers: firefox 84.0.1, chromium 87.0.4280.88
chromium console output:
Uncaught TypeError: Cannot read property ‘NAME’ of undefined
at HTMLButtonElement. (login-token.js:133)
jan