Skip to main content
ArcBlock Community

Unable To Approve Developer Application

Vincent
Support
priority-low

I can't approve this application for a blocklet developer account. I paid the 100 ABT to get the store running on mainnet fine, but receive the following error.

2024-02-04T09:55:59: Error: GraphQL Status Error 400

2024-02-04T09:55:59: at AuthClient._doRequest (/root/blocklet-server-data/.blocklet-server/blocklets/blocklet-registry-service/0.12.69/node_modules/@arcblock/sdk-util/lib/index.js:281:11)

2024-02-04T09:55:59: at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

2024-02-04T09:55:59: at async /root/blocklet-server-data/.blocklet-server/blocklets/blocklet-registry-service/0.12.69/blocklets/blocklet-store/api/routes/admin/apply.js:104:3

image.png

Thank you.

8 replies

zhanghan2 years ago

z1eBjiEyusjmse4RfJXCQgVZazYjLSp7gE7 please provide your blocklet-server version and blocklet-store version

you should upgrade both of them to the latest version

Vincent2 years ago

Blocklet server: 1.16.22

Blocklet store: 0.12.69

z1TFmhjLLroSTYtJT5PF61aatJBKdfRG7ck Both say that they are the most current.

zhanghan2 years ago

right now, the blocklet server using beta version (1.16.23-beta-c9c4e08e) can solve this problem, but you might not be able to upgrade the server to the beta version

we'll release the 1.16.23 production version tomorrow, I'll send a message let you known after 1.16.23 released

shijun2 years ago

Is your server purchased on ArcBlock Launcher, or self-hosted?

If it's managed by ArcBlock Launcher, we can upgrade for you, otherwise, you need to update on your self.

Vincent2 years ago

z1VV21NqNWkiadznN32ALkos5dQqQwnCMty It's self hosted. I should be okay to update it myself. Thanks!

wangshijun2 years ago(edited)

If you are upgrading from v1.16.22 to v1.16.23, please do a manual upgrade from the CLI.

javascriptCopy
npm install -g @blocklet/cli
blocklet server start​

After you have upgraded to latest version, please let us know if the issue you encountered is resolved, thanks!

Vincent2 years ago(edited)

Ha that's what I did and it worked. Thanks for your help.

Reply