Ryan
Ryan
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
For other people finding this thread. The solution was to add this to my .github/renovate.json file
"branchNameStrict": true,
"branchPrefix": "renovate-"
"branchNameStrict": true,
"branchPrefix": "renovate-"
https://docs.renovatebot.com/configuration-options/#branchnamestrict https://docs.renovatebot.com/configuration-options/#branchprefix
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Yep, sounds good 👍
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Thank you
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
I'm using the Vercel Xata Integration to automatically setup the env
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Hi @cmck - thanks for getting back to me. I'm unsure how the xata branch command helps, does it provide more info than I get from the Xata Dashboard? Here are more details from the logs
status: 404,
errors: [
{
message: 'database branch [project:preview-user-renovate] not found',
status: 404
}
],
requestId: 'c813b1eb-eee4-95a8-aeab-b1869e34dfb3',
status: 404,
errors: [
{
message: 'database branch [project:preview-user-renovate] not found',
status: 404
}
],
requestId: 'c813b1eb-eee4-95a8-aeab-b1869e34dfb3',
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Currently using "@xata.io/client": "^0.30.1",
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Resolved the issue for Renovate PRs where the branch name doesn't contain numbers, but still not working for branches like preview-user-renovate-node-20-x. This branch name is created correctly in Xata, but I'm seeing eA [Error]: database branch [repo:preview-user-renovate] not found in Vercel builds
12 replies
XXata
Created by Ryan on 9/12/2024 in #help
Incorrect DB branch name on Vercel previews for Renovate branches
Started to use branchNameStrict in my Renovate Config, hopefully that resolves the issue
12 replies
XXata
Created by Ryan on 8/4/2022 in #general
Hey folks 👋 Got access yesterday and
Hey! You're welcome. Okay, useful to know that you're in Ireland right now, thank you. Automatic replication sounds great, the reason we don't use DynamoDB is because it's SDK is just a bit too unfamiliar for associate level engineers. Splitting tables between regions based on a special column sounds particularly awesome and easy to understand. The particular need is actually around keeping data in a single region.
3 replies