SSRed Nextjs site on workers with github
I've a SSRed nextjs site and I've to deploy it on cf workers. But options I've explored till now doesn't work. Can anybody guide a little bit? or point to any docs or guide something like that? it has to be deployed through github CI/CD
1 Reply
you can try to use opennext/cloudflare adapter that will make next functional on cloudflare workers, btw due to some limitations about what you can actually run, you can encounter some errors with Prisma ( if you use it ) or other dependencies. Rn I'm trying to run a full next app into a container, but it's not an easy task.