-
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
FIX: [CADT] Import organizations endpoint does not work properly #1091
Comments
I also have an error that prevents me from importing organizations in the testnet. I get a successful message from the RPC and the organizations stores are found in the datalayer but data cannot be found in a store:
The organizations appear to have been created correctly on the testnet. Here is the error: https://pastebin.com/YbdAeuR3 Here is my CADT setup for reference: https://pastebin.com/0sRX1dst |
Hi @PlutoSmile I think this is likely due to Chia not being pointed to the correct testnet blockchain. Unfortunately, the This is not properly documented in our readme currently, and is something we are trying to address this week. I'd recommend waiting until we post documentation instructions on the readme, or if you'd like you may email me directly at [email protected] and request the proper config to be pointed to testnetA. Apologies for the confusion, will help you clear it up as soon as possible! |
When I do PUT http://localhost:31310/v1/organizations/import and provide body
{ "orgUid": "454bcc302564388fb14183a04d0bbd9f84c9d22d3699c8131ea27ec95f6409e4" }
I get a success message from the RPC, but I see an odd log line in CADT logs that says [object] [Object]. I suspect we need more logging to figure out exactly what is going on, but it never actually imports the org.
The text was updated successfully, but these errors were encountered: