mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-04 12:58:42 +02:00
Adding http2 support to Vespa
This commit is contained in:
@@ -42,7 +42,7 @@ function Main({ ccPairId }: { ccPairId: number }) {
|
||||
return (
|
||||
<ErrorCallout
|
||||
errorTitle={`Failed to fetch info on Connector with ID ${ccPairId}`}
|
||||
errorMsg={error.toString()}
|
||||
errorMsg={error?.info?.detail || error.toString()}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user