Creation of users/application that are not localhost #15
Replies: 2 comments 4 replies
-
Any updates ? |
Beta Was this translation helpful? Give feedback.
-
In an ideal scenario, Elsa Studio would guide users through a setup procedure during its initial launch. This would facilitate the creation of an admin user tailored to the target environment, ensuring a seamless experience. Currently, Elsa Studio does not possess this feature. As a workaround, I recommend creating the user in a local environment. Once the user is successfully created, you can then migrate the database or the specific database records to your production environment. This method ensures that you have the necessary user configurations in place before deploying to a non-localhost environment like Azure App Service. It's essential to ensure the security and integrity of your data during this process. Always backup your production database before making any changes and test the migration in a staging environment if possible. |
Beta Was this translation helpful? Give feedback.
-
In the Elsa Documentation for 3.0, in order to create a new user we are supposed to call the following rest endpoint
However, it's applicable only for
localhost
as the documentation statesI would like to host the application on my personal azure platform with App Service which will not have
localhost
. What should be done in that case ?cc
: @sfmskywalker @agriffard @VahidNaderi @mohdaliBeta Was this translation helpful? Give feedback.
All reactions