Select to view content in your preferred language

Portal for ArcGIS 11.3: Instant apps minimalist broken

522
4
06-25-2024 05:23 AM
NicolasGIS
Frequent Contributor

Hello,

After upgrading from 11.1 to 11.3, I noticed that my "Instant apps minimalist" are no longer fonctionnal.

I know it's deprecated:

https://doc.arcgis.com/en/instant-apps/11.3/create-apps/minimalist.htm

But still, supposed to work:

NicolasGIS_1-1719317996499.png

And I did not find any mention of it on "Retirements notices":

https://enterprise.arcgis.com/en/get-started/latest/windows/what-s-new-in-arcgis-enterprise.htm#ESRI...

I believe it's because it's using Maps SDK for Javascript 4.29 and watchUtils is no longer there:

NicolasGIS_0-1719317961859.png

Did I miss anything ?

 

Thanks,

 

Best regards,

 

Nicolas

Tags (2)
0 Kudos
4 Replies
David_Brooks
MVP Regular Contributor

@NicolasGIS yep I can also confirm there's no minimalist app in our 11.3 enviornment. I would hazard a guess that the app wont work in 11.3 now, and that the deprecation notice is incorrect.
Have you opened the app with dev tools open and viewed the console logs?


David
..Maps with no limits..
0 Kudos
NicolasGIS
Frequent Contributor

Yes, did you not see the console screenshot ? It's broken because watchUtils is gone.

 

0 Kudos
David_Brooks
MVP Regular Contributor

apologies, missed the screenshot. if you have the time, please raise a ticket with myesri and hopefully they can rectify/clarify one way or the other


David
..Maps with no limits..
0 Kudos
JustinMallinckrodt
Esri Contributor

Hello Nicolas,

WatchUtils was deprecated at version 4.24.  Deprecated classes are removed after three release cycles.  The last version to have watchUtils was version 4.27 and they were removed at 4.28.
 
 
ArcGIS Enterprise 11.2 was using 4.27.  ArcGIS Enterprise11.3 is the first version to not have them. 
 
WatchUtils was replaced by reactiveUtils.  If the you have some custom functionality working with the watchUtils, you should rewrite that code to use reactiveUtils. 
 
 
Hope this helps, let me know if you have any follow up questions!
- Justin
0 Kudos