Fixing bugs by adding more tests

I noticed a weird bug in my app that I stumbled upon accidentally. I was able to create a new wishlist but was unable to access it using the public link. The wishlist url was https://wishlist.itsybit.se/wishlist/1c1ac2ba-e86e-43a6-ace4-820e9ed37cf5 and the public url was https://wishlist.itsybit.se/wishlist/public/Nxl5CiAEcjkaBXsFbDM/KyweflNREg== It took a while but eventually I saw that the route was truncating… Continue reading Fixing bugs by adding more tests