wagtail-nest/wagtail-airtable

Gracefully handle missing Airtable name

KalobTaulien opened this issue · 0 comments

In the settings you specify an AIRTABLE_TABLE_NAME. If that name is wrong, it throws this:

 [Error: {'type': 'TABLE_NOT_FOUND', 'message': 'Could not find table Wagtail Page Demo in application appxxxxxxx'}]

We need to gracefully handle that.