Caveats
There are some caveats you have to keep in mind when you're working with Krabs and Next.js.
You have to set up a custom server. Krabs is an express.js middleware, so it requires a custom Express.js server to run. This will make Vercel deployments not available. Alternatives are DigitalOcean Apps, Heroku, or your custom server.
Common entry points
Both _document and _app pages will be common for all of your websites.
Last updated
Was this helpful?