-
Notifications
You must be signed in to change notification settings - Fork 104
Error when assigning user to task with group #523
Comments
@ajefts , |
@Schpotsky Here is what I see: dev: @memberSearchApiUrl@=https://api.topcoder-dev.com/v3/members/_suggest/ prod: @memberSearchApiUrl@=https://api.topcoder.com/v3/members/_suggest/ |
@ajefts , |
oh, nice catch if that's it! I'm restarting the dev app with the updated config. Can you please test in a few minutes to see if that resolves it? |
ok, will test in few minutes |
The error disappeared now. |
hmmm...I see the same. It seems like when it does find a match it's getting that "already processed" error |
Is it possible to get some logs for these errors from the dev environment ? |
I see that the error that occurs when getting the group members is swallowed at https://github.com/appirio-tech/direct-app/blob/dev/src/web/scripts/launch/main.js#L390 |
sure.
|
|
I'm working on setting up my local environment with direct-app + mock v5 groups API to make debugging easier |
ok, great. I think that will be a good investment for cases where we need to work on the legacy JBoss apps |
Deployed the direct-app locally + a mock v5 groups API and reproduced the issue locally. Please check the PR #524 Also make sure to update the configuration in dev environment : |
great work @Schpotsky . I'm going to give this a try in dev and see how it goes |
It works in dev. Very nice job! |
Great! |
Steps to reproduce:
Results: An error pops up and I can't add any user.
Note: It seems to work fine if no group is set.
The text was updated successfully, but these errors were encountered: