Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

after following the webinar "building an app with user registration." I get this message.

Image

Any ideas on what I should do?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

Hello Jeff,

Does it affect the functionality of your app?
Can you update the screenshot -- it doesn't show the line with error?

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

Yes it does effect the app, when I try to retrieve the data, after logging in, it just looks like it's working, but goes nowhere.
Image

I believe this is what you were wanting to see.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

Hi Jeff,

Please share the application with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us how to reproduce the error.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

Hello! On My_Bucket_List page in creat_mylis service in mapping to request parameter acl there is an incorrect code:
prevar acl = <;
acl{value}= { "read": true,"write": true };
return acl;/pre
Please try the following one instead
prevar acl = {};
acl[value]= { "read": true,"write": true };
return acl;/pre

Jeff6301705
Posts: 0
Joined: Sun Oct 06, 2013 5:27 am

I'm getting an unexpected token error jquery-1.8.2.js:7975

I changed the incorrect script, and this is what I got in return

Image

It looks like the same thing to me.

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

I'm getting an unexpected token error jquery-1.8.2.js:7975

Hello,

There is syntax error on My_Bucket_List page in creat_mylis service in mapping to request parameter acl. You should use
pre
var acl = {};
/pre

instead of

pre
ar acl = {};
/pre

Return to “Issues”