I’ve attempted to save updates to my action schema, but they’re not being saved. Although the updates appear in the UI, returning after navigating away shows the old schema. I’ve tried importing a new schema via URL, replacing the entire schema manually, and editing it directly. None of these methods have succeeded. Now, whenever I test action calls, I consistently receive the following error:
{
"response_data": "UnrecognizedFunctionError: createNote"
}
Hi,
This is a known issue and will hopefully be resolved soon.
1 Like
If you’re encountering similar issues, a workaround that seems effective is to delete your current schema and then recreate it from scratch.
2 Likes
Are there any examples anywhere of someone getting their plugin schema to work as an action?
In debugging seems like everything worked but response received was blank
[debug] Calling HTTP endpoint
[debug] Response received
[debug] Calling HTTP endpoint
[debug] Response received
{}
1 Like
Mine worked after deleting the schema and recreating it from scratch.