Skip to content

Conversation

@bh2smith
Copy link
Contributor

On first deploy, there were some weird error logs that didn't make much sense:

Before

$ export AGENT_URL=somestuff.com
$ npx make-agent deploy -u $AGENT_URL
OpenAPI specification is valid.
[ERROR] Failed to update plugin: {"error":"Plugin not found. Please register the plugin first."}
Attempting to register plugin...
Plugin registered successfully

$ npx make-agent deploy -u $AGENT_URL
OpenAPI specification is valid.
Plugin updated successfully.

After

Logs should look like

OpenAPI specification is valid.
[WARN] Plugin with ID ${pluginId} not found/registered.
Attempting to register plugin...
Plugin registered successfully

@bh2smith bh2smith requested a review from GAllen98 February 11, 2025 16:46
@bh2smith bh2smith merged commit 93f6b99 into main Feb 11, 2025
2 checks passed
@bh2smith bh2smith deleted the deploy/invalid-error branch February 11, 2025 16:59
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.

3 participants