public/pages/c1dmp.js: Expecting Unicode escape sequence \uXXXX (1:1) > 1 | // For full API documentation, including code examples, visit http://wix.to/94BuAAs | ^ 2 | 3 | $w.onReady(function () { 4 | //TODO: write your page related code here…Loading the code for the HOME page. To debug this code, open c1dmp.js in Developer Tools.There was an error in your scriptTypeError: n is not a function
you may have some invalid characters in your code file. You may just delete all of the contents and start a new. If you already have some code, I can also check it for you. Please share the editor link in that case.
Sometimes just rewriting the code line’s content under it and deleting the faulty one fixes the problem… other times NOT
Another error I often get is with import wixData from ‘wix-data’;
ESLint failed to validate this file because an error occured unknown character at position “x” (where position x is a number which I guess is in that faulty line.
But what I don’t understand is that I SIMPLY copy and paste import wixData from ‘wix-data’;
That can happen when copying and pasting from sources that use different encodings or tend to replace characters based on locale. For example in some locales text editors replace regular quotes (‘’ or “”) with locale specific ones (ex in English quotes could be replaced with ‘’). When copying from such source, the quotes may look almost identical to the generic quotes, but they are actually different symbols and JavaScript will not understand them as being start and end of the string.
It should not happen when pasting from and to Wix Code IDE, but it can happen when pasting from other sources like web pages, Word documents, slides, etc.
If it does happen when pasting code from one file to another when using Wix Code IDE, let us know.
Me too- the exact same issue and I’ve been Googling this for almost an hour. It’s the only issue that’s stopping my code from running correctly too. HOW DO YOU ESCAPE THE FORWARD SLASH IN WIX CODE?
I have a problem with the contact form. It doesn´t send he message. After I clic “snd” appears a message that says The message couldné be sent due to a temporal problem. Try it again latter.
And in the code section appears this:
Running the code for the Registro a sesión de grupo page. To debug this code in your browser’s dev tools, open awko7.js.
There was an error in your script
ReferenceError: me is not defined
Someone can help me please?