You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No logs appear in docker logs but i got this in kasm dashboard :
host: 30df5536a209
ingest_date: 202409160957
application: kasm_api
levelname: ERROR
process: root
client_ip: 13.41.193.200, 192.168.224.1
user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 OPR/113.0.0.0
message
Unhandled exception occurred
Traceback (most recent call last):
File "requests/models.py", line 971, in json
File "simplejson/__init__.py", line 518, in loads
File "simplejson/decoder.py", line 370, in decode
File "simplejson/decoder.py", line 400, in raw_decode
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "cherrypy/_cprequest.py", line 628, in respond
File "cherrypy/_cprequest.py", line 687, in _do_respond
File "cherrypy/lib/encoding.py", line 219, in __call__
File "cherrypy/_cpdispatch.py", line 54, in __call__
File "utils.py", line 99, in wrapper
File "client_api.py", line 952, in oidc_callback
File "authentication/oidc/__init__.py", line 132, in process_callback
File "requests/models.py", line 975, in json
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
As i try loging to kasm via keycloak, when it does back to "/api/oidc_callback" it always goes in an "Internal error"
Expected Behavior
After successful login with keycloak, should correctly login to kasm.
Steps To Reproduce
Kasm 1.15.0.577587
kasm openid config:

Can provide my keycloak client config if needed.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: