Giter Site home page Giter Site logo

Comments (6)

juliemturner avatar juliemturner commented on July 17, 2024

Unfortunately, with intermittent issues like you're having I'm not going to really be able to help you. I can suggest a few things:

  • Verify that you actually got a value in the add method before trying to retrieve the new item
  • Don't "throw" and error from the catch, that's just creating a situation where you can't debug, use console.log instead... i get that you're sending your errors to a list so you can review them but throwing an error here is going to make it pretty difficult to debug the issue on the user's machine, you need to see real time what's happening.
  • Add some debug or info-based console logging in the flow of the code so that you can (on the user's machine) see which of these calls is failing.

Good luck!

from pnpjs.

bcameron1231 avatar bcameron1231 commented on July 17, 2024

Are you able to open up dev tools (F12) and see what the network calls says?

from pnpjs.

Anitha-1997 avatar Anitha-1997 commented on July 17, 2024

Since the issue occur intermittently, I have not been able to reproduce the error in user's system. When we try to debug, it always result in a successful response.

from pnpjs.

patrick-rodgers avatar patrick-rodgers commented on July 17, 2024

Closing this issue as answered. If you have additional questions or we did not answer your question, please open a new issue, ref this issue, and provide any additional details available. Thank you!

from pnpjs.

juliemturner avatar juliemturner commented on July 17, 2024

Since the issue occur intermittently, I have not been able to reproduce the error in user's system. When we try to debug, it always result in a successful response.

That's likely a race condition then, so you may need to restructure your code.

from pnpjs.

github-actions avatar github-actions commented on July 17, 2024

This issue is locked for inactivity or age. If you have a related issue please open a new issue and reference this one. Closed issues are not tracked.

from pnpjs.

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.