#Is it possible to deploy a Serverless Go function inside of a Next.JS app on Vercel ?

6 messages · Page 1 of 1 (latest)

heavy galleon
stiff pilotBOT
#

🔎 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)

plain bloom
#

If it's in the docs you can do it ✨

normal oriole
#

Just beware there is a difference between Vercel Functions and NextJS Functions

plain bloom
#

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.

normal oriole
#

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