splitbee / notion-api-worker

Notion as CMS with easy API access
MIT License
1.56k stars 197 forks source link

Fix: Add try catch on Date field to prevent app from crashing #82

Closed elia-orsini closed 3 months ago

elia-orsini commented 4 months ago

Hi,

There is this weird error with the table field type Date. Sometimes it's undefined for some reason.

I replicated the problem here on this Notion table.

When the request for this table is sent to the Cloudflare worker this will crash:

Screenshot 2024-07-02 at 10 50 15

Adding a try-catch prevents this to happen.

@tobiaslins