jetstreamapp / jetstream

A better way to work on Salesforce
https://getjetstream.app/
Other
79 stars 18 forks source link

Error: There was an error initializing the connection to Salesforce #913

Open paustint opened 3 months ago

paustint commented 3 months ago

View details in Rollbar: https://app.rollbar.com/a/jetstream/fix/item/Jetstream/1477


Error: There was an error initializing the connection to Salesforce
  File "../../../libs/shared/data/src/lib/client-data-data-helper.ts", line 294, in responseErrorInterceptor
        throw new Error(message);
  File "../../../node_modules/axios/lib/core/Axios.js", line 40, in Axios.request
          return await this._request(configOrUrl, config);
  File "../../../libs/shared/data/src/lib/client-data-data-helper.ts", line 114, in handleRequest
      const response = await axiosInstance.request<ApiResponse<T>>(config);
  File "../../../libs/shared/ui-utils/src/lib/shared-ui-data-utils.ts", line 49, in describeSObjectWithExtendedTypes
      const { data: describeResults } = await describeSObject(org, sobject, isTooling);
  File "../../../apps/jetstream/src/app/components/load-records/utils/load-records-utils.tsx", line 51, in getFieldMetadata
      const fields = (await describeSObjectWithExtendedTypes(org, sobject)).fields
  File "https://getjetstream.app/LoadRecords-DincO7So.js", line 7, in async