432 B
432 B
URL Argument and Routing Fixes
- Update
resources/js/composables/useUrlArgument.jsto correctly match--h(no colon) format instead of--h:for hashkey URLs. - Update
app/Support/RouteArgumentParser.phpindecodeHashValueto performurldecodeafterbase64_decode, mirroring frontend'sencodeURIComponent. - Test direct navigation to a store market page to verify that the store is successfully found.