After several attempts to troubleshoot my issue with passing parameters to the Express server, it turns out the problem lies on the Angular side. When I manually inserted the id in the flConstruct.js function, the query worked correctly. It appears that the id is not being transferred from the flCachedConstructs function to the "get" method in the flConstruct. Despite logging the id in various locations and confirming that the correct id is displayed, the parameter seems to not be linked with the get method in flConstruct. Any assistance or insights you can offer would be greatly appreciated.
// Modified code snippets...