Search found 19 matches

Go to advanced search

by James Glaubiger
Mon Nov 18, 2013 10:16 am
Forum: Issues
Topic: Update Users Collection field from Server Code script?
Replies: 9
Views: 900
 
Jump to post

Update Users Collection field from Server Code script?

When I tried to use XmlHttpRequest I received an error stating that the variable was undefined. Do I need to manually include it somehow? XmlHttpRequest is implemented by the browser from what I read, and it appears that the Server Code script is not running in a browser?

by James Glaubiger
Mon Nov 18, 2013 6:09 am
Forum: Issues
Topic: Update Users Collection field from Server Code script?
Replies: 9
Views: 900
 
Jump to post

Update Users Collection field from Server Code script?

All I want to do is save one value passed into the Server Code script to a User's account row. var responseBody = {}, requestParams = {}, paramKeys = request.keys(); for (var key = 0; key < paramKeys.length; key++) { requestParams[paramKeys[key]] = request.get(paramKeys[key]); } requestParams.userID...
by James Glaubiger
Mon Nov 18, 2013 4:37 am
Forum: Issues
Topic: Update Users Collection field from Server Code script?
Replies: 9
Views: 900
 
Jump to post

Update Users Collection field from Server Code script?

The data comes from an external application into the Server Code script. Can I pass parameters to a Database Service from the Server Code script? Is there an example?

by James Glaubiger
Mon Nov 18, 2013 4:14 am
Forum: Issues
Topic: Update Users Collection field from Server Code script?
Replies: 9
Views: 900
 
Jump to post

Update Users Collection field from Server Code script?

How do you update a row on the Users Collection from a Server Code Script? I have passed in the value I want to update as well as the user's token but when I do Collection.updateObject I keep getting an Error: Collection 'users' absent in database with id ..... There is no User.updateObject methods?
by James Glaubiger
Sun Nov 17, 2013 10:37 pm
Forum: Issues
Topic: What is the Appery.io IP Address Range so I can white list Appery.io on a remote api?
Replies: 6
Views: 1149
 
Jump to post

What is the Appery.io IP Address Range so I can white list Appery.io on a remote api?

What is the Appery.io IP Address Range so I can white list Appery.io on a remote api?

by James Glaubiger
Sun Nov 17, 2013 9:48 pm
Forum: Issues
Topic: Error 500 Publishing App HELP!
Replies: 27
Views: 2367
 
Jump to post

Error 500 Publishing App HELP!

We did not make a backup, we were scrambling to just get it working after coding for 24 hours straight. =)

I believe we can make it happen again and can probably setup another project that demos the error for you later today or tomorrow.

by James Glaubiger
Sun Nov 17, 2013 9:01 pm
Forum: Issues
Topic: Error 500 Publishing App HELP!
Replies: 27
Views: 2367
 
Jump to post

Error 500 Publishing App HELP!

We fixed it... looks like a mapping error into a grid... when we are unable to Test the application or publish it like the issue we experienced, is there a way to see an error log on our end?

by James Glaubiger
Sun Nov 17, 2013 3:48 pm
Forum: Issues
Topic: Error 500 Publishing App HELP!
Replies: 27
Views: 2367
 
Jump to post

Error 500 Publishing App HELP!

Sometimes when I load the Account Dashboard for the app, it says that the app is in a status of building even though the last time I ran the publish process was a while ago.... maybe something is stuck in publishing state and needs to be flushed on your end????

by James Glaubiger
Sun Nov 17, 2013 3:39 pm
Forum: Issues
Topic: Error 500 Publishing App HELP!
Replies: 27
Views: 2367
 
Jump to post

Error 500 Publishing App HELP!

Correct! We can access the app on the URL as well. BUT when we try and publish we always get the 500 error, AND when we are inside the UI Builder and select the TEST option we also get the 500 error. We are unable to publish recent changes or test them. We are dead in the water until a solution on y...
by James Glaubiger
Sun Nov 17, 2013 2:38 pm
Forum: Issues
Topic: Error 500 Publishing App HELP!
Replies: 27
Views: 2367
 
Jump to post

Error 500 Publishing App HELP!

The issue is persisting.... how can we help diagnose the problem? This is very concerning to us given that we need to present an app for a $1M competition in a few days. I see many other users posting about similar issues on the forum.... if this can not be resolved quickly we will have to revert to...

Go to advanced search