Uncaught SyntaxError: Unexpected end of input

Comments

1 comment

  • Avatar
    Skillfullbus

    Hi Tyler,

    Usually the Uncaught SyntaxError: Unexpected end of input error in JavaScript occurs due to missing parentheses, bracket, or quote. However, it can also happen when we try to parse an empty JSON. It could be that the extension that you are using is trying to run a javascript code where either of the above is true. Maybe a minification or bundling caused it. Check out this link https://www.moreonfew.com/uncaught-syntaxerror-unexpected-end-of-input-resolved/ from google search where there are some examples that can be helpful to debug I guess.

    1
    Comment actions Permalink

Please sign in to leave a comment.