Deep link sometime leads to the wrong app block

Deep link sometime leads to the wrong app block

iFynk
Shopify Partner
17 0 5

Hello. I have a theme extension with 4 app blocks. For every block, I created a separate deep link like
https://store.myshopify.com/admin/themes/current/editor?addAppBlockId=<uuid>/some-player&target=newA...

The problem is that very often that link leads to the first app block in the app list with another name. For example, I want to see the app block some-player, but the first-player app block is opened. But 2 times from 10, the correct some-player app block is opened correctly, and the deep link is the same all the time.

It can be reproduced by just entering the same deep link into the browser repeatedly.

 

Is it a bug or something else?

Replies 8 (8)

Rajdeepsinh
New Member
4 0 0

Hey, 

Have you tried checking each block's UUID is unique and not overlapping?

Try renaming blocks with unique names. May be it can help!

 

 

Rajdeepsinh Gohil
Styld App Builder
rajdeep.digimonk@gmail.com
iFynk
Shopify Partner
17 0 5

The UUID is one for all app blocks, and it's correct according to the shopify docs. But a handle for each app block is unique. Like

addAppBlockId=<uuid>/some-player
addAppBlockId=<uuid>/first-player
addAppBlockId=<uuid>/other-block

Rajdeepsinh
New Member
4 0 0
iFynk
Shopify Partner
17 0 5

Thank you. But that didn't help. 

alamin-efoli
Shopify Partner
1 0 1

Did you find any solution? I am facing the same issue

Ajay_399
Shopify Partner
12 0 11

Hello, We are also facing the same issue. Where different app block is getting added. 

iFynk
Shopify Partner
17 0 5

@Shopify Are you going to fix that bug?

merodi
Shopify Partner
8 0 2

Thank you very much, we also encountered such a problem. Through your description, we know that this is a deep link failure.