fix(chat): handle inactive botid gracefully (#1437)
This commit is contained in:
parent
ad47aa0ee0
commit
314f8ced57
6 changed files with 30 additions and 9 deletions
10
vercel.json
10
vercel.json
|
|
@ -1,5 +1,15 @@
|
|||
{
|
||||
"framework": "nextjs",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/a-4-a/c.js",
|
||||
"destination": "https://api.vercel.com/bot-protection/v1/challenge"
|
||||
},
|
||||
{
|
||||
"source": "/149e9513-01fa-4fb0-aad4-566afd725d1b/2d206a39-8ed7-437e-a3be-862e0f06eea3/:path*",
|
||||
"destination": "https://api.vercel.com/bot-protection/v1/proxy/:path*"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue