As some users before, our team was experiencing problems with WebAppBuilder and ArcGIS Portal login, once nodejs was already initiated and portal url was verified successfully. Our users credentials were never validated and we were unable to login (incorrect username or password message). We recently found out that it was due to some kind of compatibility issue with our corporative http proxy.
Does anyone know how to configure WebAppBuilder to work behind a corporative http proxy? Thanks!
Hi Alexis,
Could you follow the following steps to have a try?
1. Open server/proxy.js
2. Add the following line before line 36 and line 45:
proxy: 'your proxy url',
3. restart node server
This line code will enable node js to use your proxy.