I’m trying to install the ArcGIS Web AppBuilder Developer Edition, but I’m having trouble configuring the installation wizard. My portal doesn’t have internet access, so it needs to be a local installation. When I run the "startup.bat" file for ArcGIS Web AppBuilder, the installation cannot complete successfully. I get an error: "Unavailable download for 'https://js.arcgis.com/3.46/init.js'." This indicates that the installation wizard is trying to access the internet, causing the installation to fail. I’ve also checked the local JavaScript (JS) library after installing ArcGIS Enterprise 11.2, and it includes version 4.0. I confirmed that the "init.js" file is available, and I can successfully access the JS API through a web browser. Could anyone help me configure the Web AppBuilder installation to use the local JS API library instead of downloading it from the internet? Thank you!
... View more
Is there anyway to pass a URL parameter into a specific field(s) within the edit widget? The account number and run date fields need to be filled in order to have certain processes work, and I can't expect my users to copy and paste those fields without creating errors. The easiest way I can think to do so is to have the edit widget scanning the URL for parameters, and I was wondering if that were possible. Any and all suggestions are welcome, and thank you for your time.
... View more
Hello, we've decided to move our hosted apps that were on a Windows machine using NGINX server to a Ubuntu machine. So we followed the same steps as we did on Windows; installed NGINX, moved the app files to the www folder and that's it. But upon accessing the app through a browser many things aren't loaded like icons and such, and on the console I get the error "498" on some request to esri's server. According to google 498 means invalid token but I can't think why the generated token would be invalid in a Linux. The problem is that we don't have any infrastructure specialist, we always relied on simplicity of Windows and now we are stuck in this problem. Is there any extra steps/configuration that need to be done in a Linux environment to properly use Apps created by WAB? All we installed in this machine was the NGINX server, do we need do install any windows packages or anything else?
... View more
Hi Community, I am developing a custom widget for the Web App Builder. The widget needs to get the App Id from the 'config.json' application file. I didn't find information about this topic and I would like to receive some help. Is it possible to access to the 'config.json' application file (not the config.json from the widget itself) from the custom widget? And if it is possible, how can do that? Thanks in advance for your help! Regards, Diego
... View more