I'm trying to create an event in the App Builder DATA tab: When I click on the SAVE button in App Builder, it hangs and the event doesn't get saved. The CANCEL button is greyed out https://d2r1vs3d9006ap.cloudfront.net/s3_images/1207429/ScreenShot2015-05-19at10.24.44AM_inline.png?1432053107
I got the following error when I followed the OAUTH tutorial. ( https://devcenter.appery.io/tutorials... ) Cannot find hostname in file:/// from static Code: Invalid Header message: Cannot find hostname in file:/// from static There are numerous errors in the tutorial as it is very out of date. I tr...
While that technically works, hardcoding the databaseID is not good practice. The root problem turned out to be in poor wording in the tutorial. The following sentence from the tutorial: "Be sure you change the PhotoDB_settings name to your Settings asset name:" should be rewritten as: &qu...
Step 9 in the tutorial currently reads: Enter the following code and click “Save”, then “Save and return”. Be sure you change the PhotoDB_settings name to your Settings asset name: return PhotoDB_settings.photo_url + PhotoDB_settings.database_id + '/' + value; While the answer above in your reply ab...