Skip to content

[TRI-1793] Airtable filterByFormula is broken in the latest official Airtable SDK, that we use #806

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
matt-aitken opened this issue Dec 21, 2023 · 3 comments
Milestone

Comments

@matt-aitken
Copy link
Member

matt-aitken commented Dec 21, 2023

The underlying issue here: Airtable/airtable.js#386

They have a PR but it's not been merged yet: Airtable/airtable.js#388

TRI-1793

@matt-aitken matt-aitken changed the title Airtable filterByFormula is broken in the latest official Airtable SDK, that we use [TRI-1793] Airtable filterByFormula is broken in the latest official Airtable SDK, that we use Dec 21, 2023
@matt-aitken
Copy link
Member Author

Could also be related to this issue: vercel/next.js#59432

@martinse
Copy link

This seems to be related to SWC and Next.js 14.0.4 specifically.

Adding this to the next.config.mjs file makes it work - but I have no idea what implications it has for the rest of the code

    swcMinify: true,
    experimental: {
        serverMinification: false,
    },

@matt-aitken
Copy link
Member Author

v2 is deprecated as of Jan 31 2025

@matt-aitken matt-aitken added this to the v.92 milestone Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants