fix(fileflows): handle update API 401 and skip check on Node#14858
Open
michelroegl-brunner wants to merge 1 commit into
Open
fix(fileflows): handle update API 401 and skip check on Node#14858michelroegl-brunner wants to merge 1 commit into
michelroegl-brunner wants to merge 1 commit into
Conversation
Server installs check update-available without curl -f so 401 is handled with a clear message instead of aborting via catch_errors. Node installs skip the API and always run the zip update. Fixes #14622 Co-authored-by: Cursor <cursoragent@cursor.com>
tremor021
approved these changes
Jun 1, 2026
CrazyWolf13
reviewed
Jun 1, 2026
Member
|
that should be a little bit more, i forgot to add my pr and to push the latest fixes main...fix/fileflows-node-update i remember following:
When a node is installed, the script runs dotnet FileFlows.Node.dll without a --server address, which creates an empty config and exits with "Configuration not set" every time systemd tries to start it. Per the docs, the node needs --server [SERVER_ADDRESS] to configure which FileFlows server to connect to i think you should deploy the script and test it again |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
Fixes the FileFlows
updatecommand failing withcurl: (22)/ HTTP 401 when the server has security enabled.api/status/update-availablewithcurl -sSL(no-f) socatch_errorsdoes not trap on 401. On 401, shows a clear error asking the user to disable security in FileFlows or use the web UI, then exits. Otherwise uses the existingUpdateAvailablelogic.🔗 Related Issue
Fixes #14622
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.