Search found 7 matches

Go to advanced search

by pcraft@dryforcellc.com
Tue Aug 30, 2016 4:24 pm
Forum: Issues
Topic: Hosted Angular Webapp loads cached version after deploying update
Replies: 6
Views: 980
 
Jump to post

Hosted Angular Webapp loads cached version after deploying update

I think it is more of a client side caching problem, where they are not pulling the most recent version every time. I have not implemented any caching of any kind. At least not on purpose.

by pcraft@dryforcellc.com
Fri Aug 26, 2016 3:07 pm
Forum: Issues
Topic: Hosted Angular Webapp loads cached version after deploying update
Replies: 6
Views: 980
 
Jump to post

Hosted Angular Webapp loads cached version after deploying update

It's being hosted by Appery using a custom domain. Making pretty much any change. Scope function updates along with layout changes.

by pcraft@dryforcellc.com
Fri Aug 26, 2016 12:44 am
Forum: Issues
Topic: Hosted Angular Webapp loads cached version after deploying update
Replies: 6
Views: 980
 
Jump to post

Hosted Angular Webapp loads cached version after deploying update

How can I make sure people are loading the currently deployed version of an angular app? I have a lot of users that end up with a broken app because of some of the pages loading cached versions.

by pcraft@dryforcellc.com
Mon Jan 27, 2014 2:16 pm
Forum: Issues
Topic: Malformed Query error that was working last week
Replies: 5
Views: 614
 
Jump to post

Malformed Query error that was working last week

That appears to have fixed it. Thank you!

by pcraft@dryforcellc.com
Sat Jan 25, 2014 2:40 pm
Forum: Issues
Topic: Malformed Query error that was working last week
Replies: 5
Views: 614
 
Jump to post

Malformed Query error that was working last week

I have shared it with you. Production isn't really clear. If I test the service it succeeds, but if I run the test app it fails. It's able to successfully log in, but the first query I try says it's malformed. The app is named Vendorportal. You can just run the app, it's hard coded to login, and the...
by pcraft@dryforcellc.com
Sat Jan 25, 2014 3:44 am
Forum: Issues
Topic: Malformed Query error that was working last week
Replies: 5
Views: 614
 
Jump to post

Malformed Query error that was working last week

I'm getting an malformed query error that was working correctly last week. No change has been made on my end. I'm connecting to Salesforce via rest. my query function is: var user = localStorage.getItem("userName"); var pass = localStorage.getItem("password"); return "SELECT...

Go to advanced search