wagtail-airtable icon indicating copy to clipboard operation
wagtail-airtable copied to clipboard

Gracefully handle authentication errors

Open KalobTaulien opened this issue 4 years ago • 0 comments

When saving a page or model using the AirtableMixin it looks for the Airtable API key. If that key is wrong, there's a authentication error such as:

[Error: {'type': 'AUTHENTICATION_REQUIRED', 'message': 'Authentication required'}]") 

We need to handle that authentication a little more gracefully.

KalobTaulien avatar Feb 01 '21 15:02 KalobTaulien