Skip to content
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

Earlier i was using 1.42.1 version now upgrading to 1.72.1 #12513

Open
shvmkj opened this issue Jan 8, 2025 · 2 comments
Open

Earlier i was using 1.42.1 version now upgrading to 1.72.1 #12513

shvmkj opened this issue Jan 8, 2025 · 2 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@shvmkj
Copy link

shvmkj commented Jan 8, 2025

Bug Description

Earlier, we had to specify the OpenAI API key using this JSON structure in the n8n environment file. However, this requirement has been removed in subsequent versions, which prevents tasks in version 1.72.1 from starting. So we have to remove this json to start tasks with 1.72.1 version. If i remove this json structure it cause my workflow to break. Is there any other way to set environment variables to ensure my workflow doesn't break when upgrading the version Or using chatgpt is a paid feature now??

"ai": {
    "enabled": true,
    "provider": "openai",
    "openAI": {
        "apiKey": ""
    }
}

To Reproduce

Upgrade from 1.42.1 to 1.72.1

Expected behavior

Set some env variables

Operating System

ECS

n8n Version

1.72.1

Node.js Version

20

Database

PostgreSQL

Execution mode

queue

@Joffcom
Copy link
Member

Joffcom commented Jan 8, 2025

Hey @shvmkj,

We have created an internal ticket to look into this which we will be tracking as "N8N-8062"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Jan 8, 2025
@netroy
Copy link
Member

netroy commented Jan 8, 2025

it cause my workflow to break

None of the AI features should be breaking workflows.
Can you please elaborate on how the workflows are broken? maybe we have some other bugs caused by this that we need to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

No branches or pull requests

3 participants