
I noticed my site https://www.labestiaradio.com/ was not loading (sometimes partially, sometimes fully) and returning 404 errors...
I went to check if the vercel domain: https://labestia.veβ¦
More great news to share this week!
The docs are very clear, these are read-only:
Read moreNote: The Next.js team at Vercel is woβ¦
The app directory is still in beta and not recommended for production yet. Next.js 13 and the pages directory are stable, so I would recommend that if you are looking to put this product into produβ¦
hope support publish to ipfs like https://fleek.co/ do
url style
I was wondering why we don't have support for IPv6. I am sure that everyone knows why in some future we'd need that.
What is the plan to move towards IPv6 support?
Hi ππ»
Vercel API has very nice documentation at https://vercel.com/docs/rest-api. It's even automatically generated from OpenAPI schema as mentioned in this blog post. However I can't find anywhereβ¦
You can find the schema at https://openapi.vercel.sh/. Would love to see an example using it to generate a client!
looking at the recently privately released edge config... would it be a suitable place to store sensitive values such as secrets?
the question stems from my 'runtime env vars' use case.
Since this week this error popped up in my error logging:
INFO error: EROFS: read-only file system, open 'store/initialCountries.json'
I have a node script that I run before I do npm run build whβ¦
This error is most often caused by attempts to write data from a serverless function to a read-only file at runtime. You can work around this by using /tmp if you only need temporary storage, as meβ¦
Hi, we've just started trying out Vercel deployments with our component library.
The deploy preview comments functionality isn't working with Storybook, I assume because Storybook is using iframes β¦
is this already a thing? If it is, I just may not how to enable it, but all of the files I am storing in LFS are not being checked out in my deployments.