-
Notifications
You must be signed in to change notification settings - Fork 13
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
Request spec doesn't get updated with new action feature #64
Comments
Hi! @miguellobato84 Thanks for testing the latest action feature! Regarding the log you’re seeing: That message is actually a DEBUG log, not an error. It’s triggered by this line in the code. It simply indicates that no mapping was found for the given action, so the system defaults to searching by HTTP method. If everything is working as expected, you can safely ignore the log. Let me know if you encounter any issues with the actions themselves! Thanks! |
Also, it seems that the latest |
mmm not sure, I just removed everything and installed again and it got stuck in the REMOVE loop as you can see in the manifest, I declared all actions |
As I mentioned, this is a DEBUG log, not an error. Could you share the |
Hi, request it's in the first message, thanks |
I actually meant the |
Hello!
I've testing latest action feature and works great. I didn't manage to get the exact reason, but when deleting the resource it raises the following error:
Mapping not found for action OBSERVE, trying to find mapping by method GET {"request": "create-key"}
Taking a look at the spec, actions are not there. Example:
for reference, this is the request manifest
Thanks!
The text was updated successfully, but these errors were encountered: