Unexpected identifier SyntaxError: Unexpected identifier

1
Hi, Whenever I start my application which first opens the login page for an anonymous user, it throws this error: Log level: Error Log node: Client Message: Unexpected identifier SyntaxError: Unexpected identifier Anyone an idea what causes this issue and how to solve it? Thanks, Joel  
asked
2 answers
0

Unexpected identifier means somewhere a variable is not declared. Is there anything on the anonymous homepage, which the anonymous does not have read rights to? Do you use a javascript which might cause this?

answered
0

Double check if the anonymous user role is allowed to read all the data on the anonymous user role homepage. Because if anonymous is not allowed to read it the object is not there and thus an object is empty where you probably thought it would always be there.

Regards,

Ronald

 

answered