Is it possible to host a next js application on realm hosting

I’ve built a nextjs application and was wondering if it’s possible for realm to hosting my application.

Hey Tony - it depends. If you are building just a static Next.js site, you could build it locally and upload the files to Realm hosting and that would work. But if you are using Next.js API routes or getServerSideProps() in any of your pages, those require a node backend, so Realm at the moment would not be suitable.

Hope that helps :slight_smile:

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.