jetstreamapp / jetstream

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

Error: fetch failed #973

Closed paustint closed 1 month ago

paustint commented 1 month ago

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


Error: fetch failed
  File "../../../libs/shared/data/src/lib/client-data-data-helper.ts", line 294, in [anonymous]
        throw new Error(message);
  File "../../../node_modules/axios/lib/core/Axios.js", line 40, in async n2.request
          return await this._request(configOrUrl, config);
  File "../../../libs/shared/data/src/lib/client-data-data-helper.ts", line 114, in async ur
      const response = await axiosInstance.request<ApiResponse<T>>(config);
  File "../../../libs/shared/ui-core/src/load/load-records-utils.tsx", line 103, in getFieldMetadata
          await queryWithCache<EntityParticleRecord>(org, getExternalIdFieldsForSobjectsQuery(Array.f...
  File "../../../libs/features/load-records/src/LoadRecords.tsx", line 221, in LoadRecords
        const fields = await getFieldMetadata(selectedOrg, selectedSObject.name);