URL copied to clipboard
Prerequisites
19 views
__readtime__ Min
read
To install the Headless package you will need
1. Next.js supported server.
2. Node.js version 18.17 or later, we recommend you to use node v.20.11.0
Before headless package setup, you can check your node version by SSH access:
Command: node -v
Output: v20.11.0
(Make sure you have SSH access for the domain in which the Next.js site has been built)