Troubleshooting

Invalid auth_code

When a request (aka. raven) is sent, payload must include a raven_mac which is a sha256 generated using a secret key. That secret is added to the store when FieldsRaven app is installed, in rare occasions the app fails to add the secret key, when that happens, the incoming payload won't have a valid raven_mac.

To make sure your Shopify store has the secret key go to settings and click on the eye icon, if the secret key is missing please reach out.

Error: null

This might be because you created the metafiled in Shopify admin and added a validation to the filed, make sure the data you send from the storefront is valid according to the validation you created and make sure the metafield type matches the type sent by FieldsRaven.

Last updated