-
Published Answer
@kamaln7, about your recommendation to set Cache-Control from Next.js, is there a recommended way of doing that? Have run into [t…
•
By
ilonews
-
Published Question
I'm currently deploying my Next.js app as a web service on the DO App Platform, because I want to take advantage of some Next.js features like SSR and the new Image component that would require a running node server. ...
Accepted Answer:
Hi @ilonews,
That's definitely a valid approach to running a Next.js app! Service components also enjoy the same benefits as Static Site components by being behind the Cloudflare CDN.
One thing to keep in mind is that...
2
•
•
By
ilonews
DigitalOcean App Platform
Node.js
React
-
Published Question
I have a Next.js app deployed as a web service on App Platform, because I want to take advantage of both its SSR and SSG capabilities. I've connected it to my CMS, which sends a webhook to Digital Ocean to trigger a r...
Accepted Answer:
👋🏼 @ilonews
It's possible to force build the app from source even if a previous build can be reused, however right now it is only available via doctl and the API. The web control panel should support it soon.
With do...
1
•
•
By
ilonews
Node.js
DigitalOcean App Platform