How can I track down this cyclic error message that says:
Error: Lexer error: unexpected token ‘S’ at column 7 in expression [Update Service]?
Console:
Editor:
How can I track down this cyclic error message that says:
Error: Lexer error: unexpected token ‘S’ at column 7 in expression [Update Service]?
Console:
Editor:
Somewhere on your page you have an expression [Update Service]
which is wrongly added, maybe it has to be a string but it’s not enclosed in ' '
I now see that four of the Tool Tips are missing the ’ ’ that wraps the Text for the tip. Could that be it?
Yes exactly
I’ve replaced the missing ’ ’ inside the Tool Tips and the error has been resolved.
I kept searching for the Update Service that was inside the brackets. Ha!
Thanks Teo!