I just ran into an edge-case, I think. When impersonating a customer from Admin UI, the shop_user_id is not set for the newly created wishlist. The token is set depending on the cookie that I had configured earlier, which may actually be another problem to tackle.
The wishlist shows up on the wishlist overview page but when clicking on the wishlist, I am redirected back to the overview page because the shop_user_id does not match.
I just ran into an edge-case, I think. When impersonating a customer from Admin UI, the shop_user_id is not set for the newly created wishlist. The token is set depending on the cookie that I had configured earlier, which may actually be another problem to tackle.
The wishlist shows up on the wishlist overview page but when clicking on the wishlist, I am redirected back to the overview page because the shop_user_id does not match.