diff --git a/site/src/api/errors.ts b/site/src/api/errors.ts index 9ff8569f4c632..3a39cd0dcfc1d 100644 --- a/site/src/api/errors.ts +++ b/site/src/api/errors.ts @@ -90,5 +90,5 @@ export const getErrorDetail = ( isApiError(error) ? error.response.data.detail : error instanceof Error - ? error.stack + ? `Please check the developer console for more details.` : null diff --git a/site/src/components/Alert/Alert.tsx b/site/src/components/Alert/Alert.tsx index 66ca469919c88..6fb919436c159 100644 --- a/site/src/components/Alert/Alert.tsx +++ b/site/src/components/Alert/Alert.tsx @@ -27,6 +27,7 @@ export const Alert: FC = ({