Andrin
Andrin
Same issue here. Running 2022.8.2 stable. Deleting Redis cache did not change anything.
Same here. CSS seems to get overriden by inline CSS from some script. Enabling compatibility mode "solved" the issue for me.
Whats your status on this issue? Electrum latest is on Node 10.11
Did anything change on your time issue?
Upgrading to 2022.09 solved the issue for me.
Static content is missing. Creating a symlink inside the web container solves the issue temporarily: ``` kubectl exec -it awx-x-x -c awx-web -- bash mkdir /var/lib/awx/public ln -s /var/lib/awx/venv/awx/lib/python3.8/site-packages/awx/ui_next/build/static /var/lib/awx/public/static...
Thanks for the new UI. I have one little addition to make. The undo button could be interpreted as a refresh button. Maybe a label or some other form of...
Same issue here. Using tabby 1.0.186. `Remote rejected opening a shell channel: Error: Not connected` **How to reproduce:** Configure SSHD to require both pubkey and keyboard interactive login: ``` ChallengeResponseAuthentication...
@Eugeny I've never saved a password for this host. Auth method is set to auto. I never get any prompts in which I could enter the OTP token. I only...
My sshd pam specifies the following auth lines (using RHEL8): ``` #%PAM-1.0 #auth substack password-auth auth required pam_google_authenticator.so auth include postlogin ``` I'm not using "nullok" since I want to...