For what I've read on https://vercel.com/docs/functions/runtimes/go it looks like this. Or do I need another project for running those functions?
#Is it possible to deploy a Serverless Go function inside of a Next.JS app on Vercel ?
6 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
If it's in the docs you can do it ✨
Just beware there is a difference between Vercel Functions and NextJS Functions
They're the same thing if you deploy on Vercel. But if you don't expect some things to not work, like functions written in any language other than js/ts.
Do they work the same way even on Vercel? I remember years ago I had to bail out my nextjs function to a vercel function to support puppeteer - and they had to be in seperate folders, etc