Git Product home page Git Product logo

Comments (5)

Nodonisko avatar Nodonisko commented on May 23, 2024

Thank you for submitting issue! Did you tried this with different endpoint? Maybe there is some problem related to big size of your response and WebSQL. I will try to debug it, but maybe it will tooks me weeks or two...

You can also try this code:

// Constructor
this.cacheService.setDefaultTTL(60 * 60);

// GET-request
let request = this.http.get(this.config.getApi().getUrl() + endpoint, this.getHeaders(this.token))        .map((response: Response) => {
            return this.getResponse(response);
        });
        return this.cacheService.loadFromObservable(endpoint, request)
        .catch(response => {
            return Rx.Observable.throw(response.json().message || 'A server communication error has been throwed.');
        });

from ionic-cache.

Ideallia avatar Ideallia commented on May 23, 2024

Yes, I also tried it with other endpoints. Some of the endpoints return a quite large dataset (like the example above), but there are also endpoints which return a small dataset (f.e. 1 record).
I think it could also be related with to the newest versions of Ionic.
I'm running Ionic v2.0.0.-rc4. It looks like that since upgrading to this version and an upgrade to v1.1.1 of your plugin (apostrophe fix), your cache plugin doesn't seem to work anymore like expected.
If you need more information, I'd like to help you investigating the issue.

from ionic-cache.

Nodonisko avatar Nodonisko commented on May 23, 2024

Maybe its releated to #17

Did you tried older version? Can you try version before apostrophe fix? And what about Chrome or other browsers?

I will try to investigate problem myself soon as possible.

from ionic-cache.

Nodonisko avatar Nodonisko commented on May 23, 2024

Can you test latest version?

from ionic-cache.

Nodonisko avatar Nodonisko commented on May 23, 2024

Should be fixed in latest version.

from ionic-cache.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.