Getting error response (500) for custom search API
NewDeveloper
0
Reputation points
Hi,
I just set up my custom search API and was testing it and am now getting a status 500 error message. I went for the $200 free credit and the S1 tier and haven't made many requests. What is going wrong and will this be an ongoing issue?
The error message:
Error performing Bing search: {
_type: 'ErrorResponse',
errors: [
*{*
*code: 'ServerError',*
*subCode: 'UnexpectedError',*
*message: 'Service temporarily unavailable. Please check back later.',*
*moreDetails: '[Federation Error] TraceID="67409f5fa4f54adf8389c43f2fc4210f" Error: Error in AtlaFederation'*
*}*
]
}
Error in BingSearch: Request failed with status code 500
Sign in to answer