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
SyntaxError: The string did not match the expected pattern.
Seeing errors with message : SyntaxError: The string did not match the expected pattern. in Safari.
Sorry for the screenshot and not providing a text version of the stacktrace. Safari doesn't make it possible to copy/paste stacktraces as text.
The error happens in
if (accessToken && accountId) { postCredentialsToChromeExtension(accessToken, accountId) }
Which seems logical because Safari won't have any chrome extensions 😅
The text was updated successfully, but these errors were encountered:
Thanks @romainmenke, we're going to look into this!
Sorry, something went wrong.
Hi @pusewicz,
Was this fixed and if so was that fix already deployed?
It is still broken on my end with the same error.
@romainmenke We pushed one more change that should address this. Would you mind giving it a go?
It is working again! Thank you so much :)
pusewicz
No branches or pull requests
Seeing errors with message :
SyntaxError: The string did not match the expected pattern.
in Safari.Sorry for the screenshot and not providing a text version of the stacktrace. Safari doesn't make it possible to copy/paste stacktraces as text.
The error happens in
Which seems logical because Safari won't have any chrome extensions 😅
The text was updated successfully, but these errors were encountered: