I’ll follow up to get an update on when Node 24 will be available. Based on internal discussions earlier this year, support for Node 24 likely won’t roll out until later this year. Please note that this timeline is tentative and subject to change.
I did check with v0, and it recommended that you can use a polyfill. i.e. install the urlpattern-polyfill package:
npm install urlpattern-polyfill
Then import it at the top of your file:
import 'urlpattern-polyfill';
That might be a workaround for now, whilst we get updates.
Does anyone know when available if the Terraform provider will allow us to set it from the get go? Or will we have to wait for the provider to be updated?
@pawlean How much longer until node 24.x support is available? v24 has been the new LTS for two weeks now. I can understand not supporting it prior to LTS, but we’re here now, and have been for a bit. Or is Vercel waiting for AWS Lambda support? (I see AWS is targeting “November 2025” to deliver node 24 support: Lambda runtimes - AWS Lambda)