Is it possible to use another hosting provider than Vercel with incremental builds? #13670
Replies: 3 comments 15 replies
-
https://github.com/danielcondemarin/serverless-next.js This might help, not sure about the incremental bit. Right now it looks like Next.js's success heavily relies on tight integration with the Vercel platform, and there is no official support for other hosting solutions with all the same benefits. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand the bit about "Next Start", AFAIK that's just a CLI command used to start Next? I have a NextJS site hosted on Azure and have the ability to call a webhook from my CMS when content is updated but how could that webhook be set up and how could it trigger a re-build on an already deployed site? |
Beta Was this translation helpful? Give feedback.
-
I want to make the Incremental Static Regeneratoin work properly with AWS solution, but I'm concerned about the relationship between the number of seconds set by revalidate and the TTL setting of CDN (actually Cloudfront). If CDN has a long TTL more than revalidate value, even if regenerated, then I think the cache(old html) will be prioritized. However, If set the short revalidate value(e.g. 1sec) and also make TTL is same, the original merit of the CDN will be lost. My understanding has any structual mistakes? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The company I work for is looking into AWS and would prefer to manager everything through AWS. Is it possible to use incremental builds/static exports with AWS?
Beta Was this translation helpful? Give feedback.
All reactions