We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 4.3.0 and earlier.
Logstream component renders unicode characters correctly.
Logstream component renders unicode characters as two characters because it uses atob without further decoding.
atob
Deploy an application that emits logs with unicode characters in them, view these logs on the applications logstream.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Stratos Version
Version 4.3.0 and earlier.
Frontend Deployment type
Backend (Jet Stream) Deployment type
Expected behaviour
Logstream component renders unicode characters correctly.
Actual behaviour
Logstream component renders unicode characters as two characters because it uses
atob
without further decoding.Steps to reproduce the behavior
Deploy an application that emits logs with unicode characters in them, view these logs on the applications logstream.
The text was updated successfully, but these errors were encountered: