Select to view content in your preferred language

How to move environments

323
1
12-18-2023 08:22 AM
Labels (1)
cudbnewman
New Contributor

We have an experience builder application built out in our dev environment for portal. We will want to move through environments with this same application without rebuilding it. How do you do this without having to rebuild widgets? Our data url for each environment is different and when you change data sources it breaks your widgets you had built. Surely there has to be a way around rebuilding these every time? Thanks!

1 Reply
WeiYing1
Esri Regular Contributor

@cudbnewman 
Usually you can directly copy custom widgets/ application to another server and deploy.
But as you mentioned the data used in the widgets would have to be different then in different environment. Are those data URL hardcoded inside the widgets? Would you be able to update the data URL before moving to another portal? 

0 Kudos