Integration Field error

Hello, how can I get visibility into an error I'm receiving when syncing an Integration field with an external API?

Hello Nick,

Welcome to the Prismic community, and thanks for reaching out to us.

The error code should be available when you hover over the Error. I'd like to know more about your use case:

  1. Is it a Shopify integration? If so, we have a Shopify troubleshooting guide that might help you in troubleshooting. Shopify Integration Fields Troubleshooting guide
  2. Are you trying to pull data into Prismic from a custom API? If so, your Custom API format must be compatible with the integration field. Set up the Integration Field - Documentation - Prismic

Please provide me with as much information as possible to help me troubleshoot your case. I am looking forward to solving the issue.

Thanks,
Priyanka

Hi Priyanka,

Thank you, I see the error message now.

I'm seeing Errors in results[<index>].description: error.path.missing
for every element in my results array.

Is description a required field? I assumed I could omit it as it isn't specified as (required) in the link you provided. Are there any other fields I need to provide despite not being required?

update:

after making last_update and description fields not null, the sync succeeded. Thanks for the help.

1 Like

I'm using this reference to try and use the Integration field in a local slicemachine, however when I follow these instructions, I see the text Field type "IntegrationFields" not supported where the widget should be.

I see this behavior on the latest version of `"slice-machine-ui": "^1.0.3".

Do you have any suggestions for what the cause of this issue might be? Thank you.