Skip to main content
ArcBlock Community

Having issue with blocklet store.

Twelve
Support

Hello team,

I’m running the official Blocklet Store on my own domain:

https://store.12inchapps.com

When a user clicks Launch, what determines the host used for blocklet_meta_url?

I want launch links to use:

https://store.12inchapps.com/api/blocklets/.../blocklet.json

not the default .did.abtnet.io URL.

Is this controlled only by the Store app’s primary domain / window.blocklet.appUrl, or is there another Store or Blocklet Server setting I need to update?

10 replies

Twelve3 months ago

Also,

For launches from a self-hosted Store to an existing Blocklet Server, should the target server always ask for the server owner wallet before install?

I’m trying to understand how to match the official Store launch flow.

It seems like I can only launch an instance if Im logged in as user. If not I get this error

image.png

or i I try to skip wallet I get "not allowed"

image.png

Twelve3 months ago

Here is my login button

Blocklet Server

ntisi2 months ago

nobody care

Twelve2 months ago

image.png

Twelve2 months ago

Maybe In just asking the wrong question,

There is a a *Blocklet Launcher URL field in the Blocklet Store preferences section. What is the URL that we are supposed to put in that field?

pref store.png

Twelve2 months ago

I have a new button. I think we are getting much closer.

https://store.12inchapps.com

Now the only issue seems to be that if im not loggin in as admin to the blocklet server, then I cant launch the blocklet. I need for the launch capability be available to anybody who logs in.

Twelve2 months ago

z1VV21NqNWkiadznN32ALkos5dQqQwnCMty any insight into this issue?

wangshijun2 months ago

Hi, support launching blocklets for any logged in user is disabled by default in blocklet server.

But if you really need to do so, you can fork https://github.com/ArcBlock/blocklet-server and customize your own version?

This should not be hard if you are working with coding agents such as claude or codex.

Twelve2 months ago

thank you, I will look into the fork.

is there better way to allow users to launch thier own blocklets from my personal store?

I’m just trying to understand the distribution loop for blocklets.

Twelve2 months ago

Thank you I forked and have my store up and running now.

Users can launch for free using either DID wallet or Google identity.

DeBOS

Reply