Skip to content

Conversation

@kuromi04
Copy link

yes

@kuromi04
Copy link
Author

u

cursor[bot]

This comment was marked as outdated.

if install_n8n_runtime "$target_version" "$force_install" "$installed_version"; then
if [ "$force_install" = "true" ]; then
log "Forced installation completed; unset N8N_FORCE_INSTALL to avoid reinstalling on every boot."
export N8N_FORCE_INSTALL=false
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Heroku Config Var Not Persisting

The export N8N_FORCE_INSTALL=false command only affects the current process, failing to persist across dyno restarts. This means the Heroku config var for N8N_FORCE_INSTALL remains true, leading to n8n being reinstalled on every subsequent dyno boot, contrary to the log message's intent.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant