odoo
odoo copied to clipboard
[Bug]: signUpUser functionality not working
Expected Behavior
SDK should send sign up request to /odoo/signUpUser endpoint
Actual Behavior
SDK sends request to /odoo/register endpoint
Possible Solution
Change endpoint to "signUpUser" in packages/sdk/src/methods/signUpUser/index.ts
Steps to reproduce
No response
What version of odoo integration are you using?
0.2.3
What version of Node.js are you using?
20
What browser (and version) are you using?
Chrome
What operating system (and version) are you using?
any
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hello @Khalilove666 Tks for the feedback.
We are changing the way of working with SDK. Now we only have mutation and query apis, much more flexible, and still all TS enhancements.
We are fixing some problems on CI with VSF core team and will release SDK 1.0.0 after that.
I will keep it open until the 1.0 SDK version.
Any news on the SDK 1.0 release?
@schiggi SDK is done but we are still implementing the new boilerplate: https://vsfsdk.labs.odoogap.com/ hopefullyby end of month. We also have started one project with the sdk and it's going live soon
@dduarte-odoogap Any help needed for bug testing?
@schiggi sure, help is welcome. We are implementing Algolia.js, as soon as we finish we will focus on caching issues https://vsfsdk.labs.odoogap.com/
But how can we test it? As far as I understand, there is no recent update or published package to test with or is it? We are testing with the nuxt3 boilerplate.