Page 1 of 1

css wont load ( ios7) was working, just stopped.

Posted: Tue Mar 10, 2015 3:17 am
by Nick7420609

hey guys, are you experiencing problems with the platform? I started seeing issue and not sure what's going on :

  1. The app won't load the CSS and I see the error below when I check in a console log :

    Uncaught SyntaxError: Unexpected token <
    Navigated to http://appery.io/app/mobile-frame?src...
    signup.html:15 Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://appery.io/app/view/8cb1c1db-99...".
    signup.html:71 Resource interpreted as Script but transferred with MIME type text/html: "http://appery.io/app/view/8cb1c1db-99...".
    model.js:1 Uncaught SyntaxError: Unexpected token <

  2. When I try to upload a image to set for icon or/and splash image, after the upload, images don't show up in the media manager screen, however if I try to access the media manager from a regular page, as if I wanted to set a image on a page, I can see all uploaded images.

    Thanks


css wont load ( ios7) was working, just stopped.

Posted: Tue Mar 10, 2015 7:50 am
by Illya Stepanov

Hi Nerso --

Please try clear the manifest file as described here - http://devcenter.appery.io/documentat...

If it doesn't helps, please post a public link to your app or share it with us (and tell us its name).


css wont load ( ios7) was working, just stopped.

Posted: Tue Mar 10, 2015 1:19 pm
by Nick7420609

Hi Ilya,

That didn't work. I also tried in a different browser before as well as now, and it's still broken.

I created a new "test" app in a different account, and behaving exactly same way, can't upload pictures, so the issue appears to be not related only to one account.

name of the test app is "io.appery.app.testing" and label "testing".

here is the link, http://appery.io/app/view/db6c0c5f-e0...

Thank you in advance,

--Nerso


css wont load ( ios7) was working, just stopped.

Posted: Tue Mar 10, 2015 1:39 pm
by Nick7420609

Hi Illya,

Just to provide you with my findings :

I debugged the app using jconsole, and what I can confirm is, that when you do the following :

Settings - IOSBinary - Browse (icon 120x120) - Upload file , you actually do properly upload the file which should have the following link "http://appery.io/app/rest/html5/asset...", however the link appears to be incorrect and set to "http://appery.io/app/rest/html5/asset..."

I can confirm this, because if you go to media manager, but from another path :

startPage - add image component - chose image, you can see the previousely uploaded pictures.

So it looks like you can upload the image but Appery is not setting the URL correctly in the Media Manager, when accessed from IOSBinary section.

link to the app ( not sure if it's useful in this case )

http://appery.io/app/view/4757741f-9d...

and name of the app "testing"

Thanks

--Nerso


css wont load ( ios7) was working, just stopped.

Posted: Tue Mar 10, 2015 2:27 pm
by Nick7420609

Illya,

Just to make things clear. The issue in the subject line has been resolved after you guys fixed the connectivity issues yesterday.

The issue I'm having is with accessing/seeing images when loading the Media Manager from Settings - IOSBinary - Media Manager.

Just wanted to make sure we are on the same page.

Thanks

--Nerses


css wont load ( ios7) was working, just stopped.

Posted: Wed Mar 11, 2015 10:55 am
by Illya Stepanov

Nerso -

I can't reproduce your above issue in your project, for me I can upload and see image files in iOS binary project tab.


css wont load ( ios7) was working, just stopped.

Posted: Thu Mar 12, 2015 12:13 am
by Nick7420609

Thanks Illya,

Alena got back to me via email and the issue appeared to be related to the image size. I didn't realize that Media Manager was restricting images that don't have the exact size.

Thank you for your assistance, much appreciated!


css wont load ( ios7) was working, just stopped.

Posted: Thu Mar 12, 2015 2:15 am
by Illya Stepanov

Thanks for the update, Nerso.