⨯ FetcherError: dbname: invalid branch name when using client@next ts sdk
Hi, I'm trying to use Xata with postgres enabled via the @next ts sdk.
Firstly, the client generation seems broken, as mentioned in my previous post.
But secondly, when I try and make a request I'm getting:
However when I inspect the client config, the config via
Any help with this would be much appreciated.
Firstly, the client generation seems broken, as mentioned in my previous post.
But secondly, when I try and make a request I'm getting:
⨯ FetcherError: mydbname: invalid branch nameHowever when I inspect the client config, the config via
await xata.getConfig();, correct branch name seems to be present...Any help with this would be much appreciated.