jetstreamapp / jetstream

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

Error: An unknown error has occurred #963

Open paustint opened 2 months ago

paustint commented 2 months ago

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


Error: An unknown error has occurred
  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/features/load-records/src/components/load-results/LoadRecordsBulkApiResults.tsx", line 178, in LoadRecordsBulkApiResults
              const jobInfoWithBatches = await bulkApiGetJob(selectedOrg, jobInfo.id);