maciej-or commented on issue #34696:
URL: https://github.com/apache/superset/issues/34696#issuecomment-3436620182

   It is still occurs on v6.0.0rc2, I have 5 charts on dashboard. Requests for 
1 chart and 1 filter get 401, the rest renders as expected, all requests have 
the same headers.
   log:
   ```
   2025-10-23 
12:05:48,598:WARNING:superset.common.utils.query_cache_manager:force_cached 
(QueryContext): value not found for key 23e3a32f1c139309b3a6299690311b94
   2025-10-23 
12:05:48,598:WARNING:superset.async_events.async_query_manager:Parse jwt failed
   Traceback (most recent call last):
     File "/app/superset/async_events/async_query_manager.py", line 204, in 
parse_channel_id_from_request
       return jwt.decode(token, self._jwt_secret, 
algorithms=["HS256"])["channel"]
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     File "/app/.venv/lib/python3.11/site-packages/jwt/api_jwt.py", line 222, 
in decode
       decoded = self.decode_complete(
                 ^^^^^^^^^^^^^^^^^^^^^
     File "/app/.venv/lib/python3.11/site-packages/jwt/api_jwt.py", line 156, 
in decode_complete
       decoded = api_jws.decode_complete(
                 ^^^^^^^^^^^^^^^^^^^^^^^^
     File "/app/.venv/lib/python3.11/site-packages/jwt/api_jws.py", line 220, 
in decode_complete
       self._verify_signature(signing_input, header, signature, key, algorithms)
     File "/app/.venv/lib/python3.11/site-packages/jwt/api_jws.py", line 328, 
in _verify_signature
       raise InvalidSignatureError("Signature verification failed")
   jwt.exceptions.InvalidSignatureError: Signature verification failed
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to