-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
As debugged by @mtwomey
- This seems to happen for any project type right now
- The project actually gets created, it just give the user that error
- When I submit the project, in the debugger, I’m getting a 404 on a GET request to
https://api.topcoder.com/v4/projects/10644/phases - I’ve captured that request, and I can see it fail with 404, however I can “repeat” the exact same GET request 2 seconds later and it consistently succeeds. This leads me to believe it’s some sort of timing issue (e.g. it’s trying to do a GET on something that doesn’t quite yet exist).