-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 32
-
Fix Version/s: 32
-
Component/s: Technical / Transverse
-
Epic Link:
-
Tags:
-
Sprint:NOS-9, NOS-10, NOS-10-bis, NOS-11, NOS-12
After project migration, the list of studio projects in the IDE ends up in a 504 response. (on production as well as with the Branch Management implementation)
See: NXS-3137 and NXIDE-377 => IMPORTANT: once these tickets will have been implemented, the quick solution applied here, to unblock the situation may need to be removed.
A proposed quick fix is: modify the query on the server side, to return only the last 15 modified projects (to be confirmed). The people impacted by this bug is, as far as we know, only Nuxeo's people for now. They would have to update their project, so that it appears in the list Nuxeo IDE displays.
See:
com.nuxeo.studio.web.io.ProjectBodyWriter.toJSON(Project project)
com.nuxeo.studio.web.StudioAPI.getProjects()
com.nuxeo.studio.core.UserServiceImpl.getProjectsForUser(String)
com.nuxeo.studio.core.UserServiceImpl.getProjectsForUser(String, int)