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
Our base64 decoding is strict and fails if a string ends (or contains) a newline. Accidental newlines are common (mostly trailing new lines when using the debug server and copy-pasting data around). There's no harm in being new line agnostic.
The text was updated successfully, but these errors were encountered:
Our base64 decoding is strict and fails if a string ends (or contains) a newline. Accidental newlines are common (mostly trailing new lines when using the debug server and copy-pasting data around). There's no harm in being new line agnostic.
The text was updated successfully, but these errors were encountered: