Hi Team,
I’m trying to run my api services in the ssd, but getting following error:
Can someone please help me with this?
Thanks,
Savkar Mali
Hi Team,
I’m trying to run my api services in the ssd, but getting following error:
Can someone please help me with this?
Thanks,
Savkar Mali
@Sam @Shamnad_KS @Simphiwe please help
Hello @Savkar ,Could you please explain more about the issue for better understanding
Actually I had created some services and they were running before yesterday, But today when I opened SSD studio again & trying to run task, it’s not running on server, instead I’m getting an below error…
Even checked server logs , ![]()
[SSD] 16-07-2025 12:34:36 e[32minfoe[39m: process.env.NODE_APP_INSTANCE
[SSD] 16-07-2025 12:34:36 e[32minfoe[39m: process.env.pm_id
[SSD] 16-07-2025 12:34:36 e[32minfoe[39m: ERD relative path not found.
[SSD] 16-07-2025 12:34:36 e[32minfoe[39m: ERD entities will be ignored.
[SSD] 16-07-2025 12:34:36 e[31merrore[39m: AggregateError
Hello @Savkar ,
Please try the following steps and check if it resolves the issue:
Hi @Sam, I have followed the steps which you have suggested, but still I’m getting same error.
meanwhile, I have created another ‘API Only App’ and did same configuration in that I am able to run task on server & able to retrive data from mongodb.
But in existing app I’m not able to proceed becouse error is coming. I don’t understand that same App was working before 2 days, not working today. ![]()
Could you please reconfigure the database using the new database name and the appropriate collections, and proceed with that setup? It’s possible that overlapping or conflicting configurations are causing the issue.
Alternatively, you can try exporting the current setup and importing it into a new project to check if the issue persists in a clean environment
Hi @Savkar is this resolved ?
Hi @Sam, tried exporting the current setup and importing into a new project but while importing nos file into studio, importing not yet completed from long time, pfa
also, I have reconfigured the database using new database name & collection in the existing app, but still I’m getting same ‘Aggregate Error’ in the terminal console.
Hi @Eldho, that issue not yet resolved for existing app, able to proceed with newly created app.
Hello @Savkar ,Could you please share the repository link so that we can try to reproduce the issue from our end?
You can share it in the chat
Hello @Savkar ,
I checked your codebase and noticed that you had previously configured a PostgreSQL database. Even though it’s not currently in use, the configuration is still present.
If you want a fix, you can go to the design-> server’->configNodes.json file and set the disabledDb option to true. This will allow the application to bypass the PostgreSQL setup and use your MongoDB database instead.
Hope this helps resolve the issue