We are trying to configure Adobe Workfront for JIRA app, but when setting up a trigger, we cannot add projects after selecting a user from the Workfront dropdown.
1. The error we are seeing in the console points to a redux problem in the console.
When trying a search in the Jira project dropdown, we get no data in the UI. The response in the network call is {"error":true,"data":"Wrong request","errorCode":"Request failed with status code 400"}.
2. Here's another error code we received while looking into it as well. "
You are currently using minified code outside of NODE_ENV === 'production'. This means that you are running a slower development build of Redux. You can use loose-envify (https://github.com/zertosh/loose-envify) for browserify or DefinePlugin for webpack (http://stackoverflow.com/questions/30030031) to ensure you have the correct code for your production build."