Page 1 of 2
update breaks app
Posted: Sun May 25, 2014 8:30 pm
by Anthony Hyams
App broken since update - the custom nav bar just shows up as bullet points - background colour gone
bunch of errors in console
Resource interpreted as Script but transferred with MIME type text/html: "http://appery.io/404.htm". startScreen.html:37
Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://appery.io/404.htm". startScreen.html:17
Uncaught SyntaxError: Unexpected token < 404.htm:1
Uncaught ReferenceError: _ is not defined mobilebase.js:11
Resource interpreted as Script but transferred with MIME type text/html: "http://appery.io/404.htm". startScreen.html:49
Uncaught SyntaxError: Unexpected token < 404.htm:1
update breaks app
Posted: Sun May 25, 2014 8:36 pm
by MyPhoneRobot
I made a production deployment only to find out that Appry is messed up again...
Please, tell us what is going on and also let us know what are you going to do in order to AVOID the same mistake...I think you should be more carefull when you deploy the app builder...you shall do at least a simple sanity check - IT WORKS/IT DOES NOT WORK.
update breaks app
Posted: Sun May 25, 2014 8:45 pm
by Anthony Hyams
Yes - I had two things I wanted to change/add and then I was going to deploy this app on Tuesday - now nothing on it works - no menus no buttons - totally broken
update breaks app
Posted: Mon May 26, 2014 1:15 am
by Igor
Hello,
Please tell us the steps how can we reproduce this error? I've checked your app which you shared in this Topic:
https://getsatisfaction.com/apperyio/...
I can open app in the Builder and I can Test it. But I can't reproduce this error.
update breaks app
Posted: Mon May 26, 2014 1:20 am
by Anthony Hyams
it has changed now.. menu is loading but now no data mapping exist ,
GET https://api.appery.io/rest/1/db/colle... 400 (Bad Request) todolist:1
GET https://api.appery.io/rest/1/db/colle... 400 (Bad Request) api.appery.io/rest/1/db/collections/boardgames?where=%5Bobject+Object%5D&sort=date:1
GET https://api.appery.io/rest/1/db/colle... 400 (Bad Request) todolist:1
GET https://api.appery.io/rest/1/db/colle... 400 (Bad Request) api.appery.io/rest/1/db/collections/minis?where=%5Bobject+Object%5D:1
when clicking data tab in build the services are listed by the edit mapping buttons are missing and clearly from above the services are failing
update breaks app
Posted: Mon May 26, 2014 1:39 am
by Igor
We have upgraded mapping. Please take a look at these links:
http://devcenter.appery.io/documentat...
http://blog.appery.io/2014/05/new-map...
Could you also tell us page name?
update breaks app
Posted: Mon May 26, 2014 9:52 am
by Anthony Hyams
take your pick.. boardgames, cards, seminars, miniatures, schedule, rpgs, seminar_detail, are all failing
The only one that works is exhibitors
update breaks app
Posted: Mon May 26, 2014 1:11 pm
by Maryna Brodina
Hello!
Please clear the cache and try again. If it is still doesn't work, check errors in console and let us know result.
update breaks app
Posted: Mon May 26, 2014 1:22 pm
by Julian Alberto De La Rosa Suncar
Julian Alberto De La Rosa Suncar 4 minutes ago
Since last update none the actual or previous versions of one of my projects wont work, i get this message in the console window
Uncaught TypeError: undefined is not a function appery.io/app/view/a604c6d0-c5e8-4ce5-8ce2-8412a5633f80/files/resources/lib/base/appery.js:2035
when clicked it says
update breaks app
Posted: Mon May 26, 2014 1:31 pm
by Julian Alberto De La Rosa Suncar
it seems that this function _.isTrueObject( in appery.js base has a problem
i just check it out commented it on first appearance and i crash until next one,
if i change _.isTrueObject(screen), for if(screen), it seems to get through but i doesnt work anyaways