How to deploy multiple editors on a custom server #2908
Replies: 2 comments 12 replies
-
In custom server scenarios, the end-user application is separated from the editor. At the moment the editor can only connect to a single Toolpad application. Keep in mind, on order for the application to be editable, it needs to be started in dev mode. An application in dev mode is unsafe to expose to untrusted users. In short term I could see a possibility to allow the editor to connect to multiple Toolpad applications if they are running on the same host. https://demo.toolpad.io/ is a deprecated version of Toolpad. Currently, its multitenancy capabilities can't be replicated with a custom server. Could you tell us a bit more about your use-case? About what you're trying to build/ What kind of applications are you building? Who will be authoring applications and who will be end-users? |
Beta Was this translation helpful? Give feedback.
-
Is that possible to build multitenancy capabilities by Next.js App router? |
Beta Was this translation helpful? Give feedback.
-
I have three toolpad applications deployed on a custom server. I want to unify the domain name and port of the portal by deploying a nginx reverse proxy on the front-end, but I don't know how to configure it
I noticed that in the https://demo.toolpad.io/ There should be a string on it that can be used to distinguish, like this https://demo.toolpad.io/_toolpad/app/clp0z4ixk00hzooacbewtcpu2/pages/xr7laoc6 can use clp0z4ixk00hzooacbewtcpu2
How should this be set? Thank you
Beta Was this translation helpful? Give feedback.
All reactions