I am not sure since what version of @servicestack/client but at since 1.0.31 and later a nuxt application using JsonServiceClient is blocked upon startup on Safari -> SyntaxError: Invalid regular expression: invalid group specifier name
Simple project setup:
methods: {
onClick: function() {
let json = new JsonServiceClient();
}
}
Then use the dev npm script on Safari.
The browser opens, shows the spinning wheel, but hangs.
The console shows:

Can be found here:
https://github.com/stefandevo/ssclient_issue
Safari Mac Version 15.2 (17612.3.6.1.6)