Skip to content
New issue

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. #70

Closed
romainmenke opened this issue Jan 2, 2024 · 4 comments
Closed

SyntaxError: The string did not match the expected pattern. #70

romainmenke opened this issue Jan 2, 2024 · 4 comments
Assignees

Comments

@romainmenke
Copy link

Seeing errors with message : SyntaxError: The string did not match the expected pattern. in Safari.

Screenshot 2024-01-02 at 10 43 19

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 😅

@pusewicz pusewicz self-assigned this Jan 4, 2024
@pusewicz
Copy link
Contributor

pusewicz commented Jan 4, 2024

Thanks @romainmenke, we're going to look into this!

@pusewicz pusewicz closed this as completed Jan 8, 2024
@romainmenke
Copy link
Author

Hi @pusewicz,

Was this fixed and if so was that fix already deployed?

It is still broken on my end with the same error.

@pusewicz pusewicz reopened this Jan 10, 2024
@pusewicz
Copy link
Contributor

@romainmenke We pushed one more change that should address this. Would you mind giving it a go?

@romainmenke
Copy link
Author

It is working again!
Thank you so much :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants