Code Monkey home page Code Monkey logo

Comments (2)

janober avatar janober commented on July 23, 2024

Hi!
Just tried but I am unable to reproduce the problem you have. For me it execute the node, creates the user and then stops and that no matter how often I try. Does it happen to you all the time or just once?

The only thing which would make sense to me right now is some network issues. The editor-ui waits for an event (via EventSource) from the backend which tells it that the node did finish executing and that the workflow is done. If that does not happen it simply keeps on thinking that the workflow is still running. If for some reason that event gets lost (because of a connection/wifi issue) exactly what you described would happen.
It would keep on loading forever and when trying to stop it, an error would occure (as the execution which you try to stop would not exist anymore and can so not be stopped).

If you go in executions on the left side it will load the current data from the server and should then display you what actually runs. If noting is running you can then simply refresh the window.

To avoid that problem with bad network connections (if that is actually it) n8n woud either have to check if there are any messages which could not be delivered or a more simple solution ask the server all X seconds if the execution is actually still running or not. Should probably also make sure that the workflow does not get displayed as running anymore once it got an error that the execution does not exist. Will look into that.

from n8n.

janober avatar janober commented on July 23, 2024

As I did not hear back I assume what I wrote above is the actual reason and so close this issue for now. If not feel free to comment and open the issue again.

from n8n.

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.