temuujinmo4 commented on issue #32241: URL: https://github.com/apache/superset/issues/32241#issuecomment-2655568542
> Hey [@temuujinmo4](https://github.com/temuujinmo4)! 👋 I'm here to help you with bugs, questions, and becoming a contributor. Let's squash those bugs together! > > I found a similar open issue regarding the error "Subject must be string" when requesting a Guest Token API. The solution is to ensure that the 'sub' claim in your JWT token is a string. Specifically, change the 'sub' value from an integer to a string. For example, use `"sub": "1"` instead of `"sub": 1` in your token payload [[1]](https://github.com/apache/superset/discussions/31418)[[2]](https://github.com/apache/superset/issues/31675). > > _To continue talking to [Dosu](https://dosu.dev), mention [@dosu](https://github.com/dosu)._ > > Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=other) | [Bug Report](https://app.dosu.dev/response-feedback/cadae765-e6b2-4f3a-93b5-c3c5da70e5c0?feedback_type=bug_report) -- 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]
