-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 1.76.1 AI Agent Issues #12961
Comments
Hey @xhzkp, We have created an internal ticket to look into this which we will be tracking as "GHC-681" |
Hey @xhzkp I have not seen any other reports of this so I suspect it could be environmental. On the second machine you put the older version on what happens if you try the newest version on that? |
@Joffcom |
@Joffcom
|
I tried upgrading to the latest preview version 1.77.0, but the issue still persists. Below is the upgrade log.
|
@Joffcom On my other computer, which was upgraded from an earlier version of n8n to the new version, the issue does not occur. How can this issue be resolved? Here is a video demonstrating the n8n startup and error message. bug9.mp4 |
@Joffcom |
Hey @xhzkp, To start I would not recommend using npm to install n8n and instead use Docker, This way everything you need to run n8n and the recommended nodejs version will be included. Looking at your previous messages it looks like you were having networking issues which could be an ipv6 issue or it could be something local to your environment. I would start with a Docker install and see how that goes, With the workflows that are not working what is happening with them? |
same issue with Ubuntu 24.04 lts with Docker 1.76.1 Chat breaks |
The situation is the same as before. Whenever the AI agent is used, the chat replies become extremely slow, with a delay of several seconds before receiving a response. However, there is no issue with version 1.66 of n8n. I request the developers to install n8n via npm on a Windows system and review this issue, as Windows is the true productivity system. |
@Joffcom 1.66.mp4I forgot to mention one point: I modified the base URL of the OpenAI model, as shown in the image below. In versions after 1.66, the base URL parameter is included in the credentials, and I believe this might be the cause of the issue. |
Bug Description
I performed a fresh installation of the latest version of n8n (v1.76.1) on a Windows 10 operating system. I created a new workflow, but the execution process is extremely slow, and there are no indicators showing the execution of OpenAI. The following video demonstrates this issue.
(I installed an older version of n8n on another Windows 10 computer, executed the same workflow, and the execution speed was very fast. Additionally, the OpenAI model execution indicators were displayed.)
Executing a simple OpenAI conversation now takes over 10 seconds, which is ten times slower than before. Additionally, most of the old workflows I imported no longer work properly. It's really frustrating.
bug8.mp4
code:
To Reproduce
1.copy code
2. run
Expected behavior
Normal execution speed
Operating System
windows 10
n8n Version
1.76.1
Node.js Version
18.16.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: