Skip to content
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

stopped working on any version beyond n8n v1.46.0 #10

Open
anantanandgupta opened this issue Jul 12, 2024 · 8 comments
Open

stopped working on any version beyond n8n v1.46.0 #10

anantanandgupta opened this issue Jul 12, 2024 · 8 comments

Comments

@anantanandgupta
Copy link
Collaborator

Hi @LucasSovre, are you planning to maintain this project in future. we have updated to version 1.46.0 and it stopped working. i guess the n8n APIs are changed from this version and the module you have is not able to work with the same. older versions it works fine. all the requests where the POST/PUT methods are getting called are failing as it is not able to parse the body as per my understanding.

@LucasSovre
Copy link
Owner

Hi @anantanandgupt, i have seen your issue and topic on n8n community forum (https://community.n8n.io/t/community-node-is-no-longer-visible/46665/9)

indeed, I am really busy at work this days... but I will be back in September, if you want I can give you rights to approve merge request, then you will can create release and the GitHub action will take care for pushing new versions to npm registry

@anantanandgupta
Copy link
Collaborator Author

thanks @LucasSovre ... i will help you maintain this repository.

@anantanandgupta
Copy link
Collaborator Author

I tried to figure out the reason why it is not working on latest versions of n8n . It seems it is something to do with the node defaults. Will investigate more and keep all posted on the findings. It is unfortunate that n8n team is not giving any justifications rather and we don’t have any optimal debugging mechanism where we can test debug the community nodes against different versions of n8n.

@LucasSovre
Copy link
Owner

Hi @anantanandgupta, i will do complete rework of the node in September, using the programmatic node style. I wish it will be easier to maintain and be more compatible with n8n.

@anantanandgupta
Copy link
Collaborator Author

anantanandgupta commented Aug 3, 2024

Hi @anantanandgupta, i will do complete rework of the node in September, using the programmatic node style. I wish it will be easier to maintain and be more compatible with n8n.

No point in writing the complex node style. Just need to figure out what causing the post body to become empty in any operation which is calling the post apis.

@LucasSovre
Copy link
Owner

LucasSovre commented Aug 3, 2024 via email

@anantanandgupta
Copy link
Collaborator Author

Yes ... Thats how I know that the request body is becoming empty before it is sent. There is somewhere the code overwriting the body after the operation is evaluated. There seems to be a node default configuration which when loaded, overwriting the evaluated operation. Like while iterating the operations and building the request configuration it builds the proper body, but by the end once the iteration is completed, it is set to undefined for body field of the request configuration.

@AlejandroAkbal
Copy link

Any chance this node starts working again? :(

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

No branches or pull requests

3 participants