Search found 8 matches

Go to advanced search

by Crystal Ege
Tue Apr 29, 2014 6:14 pm
Forum: Issues
Topic: REST service stopped working
Replies: 6
Views: 1528
 
Jump to post

REST service stopped working

There was a change in the REST service that I was using. I enable CORS that fixed it. Thanks for your assistance!

by Crystal Ege
Tue Apr 29, 2014 5:38 pm
Forum: Issues
Topic: REST service stopped working
Replies: 6
Views: 1528
 
Jump to post

REST service stopped working

Hi Maryna, I stopped working yesterday evening and began again this morning and it wasn't working. I haven't changed any code. I am receiving this error in the console XMLHttpRequest cannot load https://dsp-premier.cloud.dreamfactor... . No 'Access-Control-Allow-Origin' header is present on the requ...
by Crystal Ege
Tue Apr 29, 2014 4:17 pm
Forum: Issues
Topic: REST service stopped working
Replies: 6
Views: 1528
 
Jump to post

REST service stopped working

The rest services for the app I am building were working yesterday and this morning they stopped.

I am able to view content when doing a Test on the service but it is failing to populate within the app.

How do I fix the rest service?

by Crystal Ege
Wed Apr 23, 2014 2:08 pm
Forum: Issues
Topic: Populating an image url from a REST service, Appery overwriting image source url
Replies: 5
Views: 1187
 
Jump to post

Populating an image url from a REST service, Appery overwriting image source url

I cannot remove the image component mapping. It dynamically sets the image src name. I need to append the image src to display the full path to the image src not just the file name because the image files are not located within appery. Appery was replacing the url with each loop. I added javascript ...
by Crystal Ege
Tue Apr 22, 2014 12:41 pm
Forum: Issues
Topic: Populating an image url from a REST service, Appery overwriting image source url
Replies: 5
Views: 1187
 
Jump to post

Populating an image url from a REST service, Appery overwriting image source url

Currently, the image control url is only the image. For example "image.jpg" I am trying to append the source url of the images with http://166.78.237.229/CatalogFiles/im... . I have a clickable list control that is populating from a REST service. The list control displays "categories&...
by Crystal Ege
Mon Apr 21, 2014 9:01 pm
Forum: Issues
Topic: Populating an image url from a REST service, Appery overwriting image source url
Replies: 5
Views: 1187
 
Jump to post

Populating an image url from a REST service, Appery overwriting image source url

I am having trouble appending a url to an image file name. I have a REST service mapped to the image component and have added the following javascript. $(element).attr( "src", " http://166.78.237.229/CatalogFiles/ " + value); The image source is updated but Appery is overwriting ...
by Crystal Ege
Wed Mar 26, 2014 6:58 pm
Forum: Issues
Topic: How to use the "Where" clause in a List Service Query
Replies: 2
Views: 633
 
Jump to post

How to use the "Where" clause in a List Service Query

I'm building an app with nested lists that navigate to separate pages and display another list based upon the previous selection. I have been able to produce list results in the where clause by using the test tab on the list service. I am also able to produce results when for example {"ParentId...

Go to advanced search