Hi,
I have found a small bug in this Swift template (\Files\Templates\Designs\Swift\Paragraph\Swift_Button.cshtml)
I fixed it on our solution, but maybe someone else will run into it.
Issue is if you have used the button to link to a product - but you are on a user without it in assortment.
Code failing on line 160:
string productLink = products.Products.FirstOrDefault().GetProductLink(GetPageIdByNavigationTag("Shop"), false);
I just made a nullcheck on it.
BR Marie Louise