Talawa-API Installation Difficulty

kodr_soul

New member
Hello Everyone, I am Shrikant .I started to setup the talawa-api while following the video

I am using windows to setup:
but while opening the vscode and click on the bottom left corner (wsl:ubantu) then a dropdown box appear from the center of the screen and while i click on reopen in container there occur an error while i copied it and checked accross various places google, stackoverflow but in chatgpt i found that the error occur due to the not running the vs code in the wsl mode while i found that i run that in wsl mode but after clicking on the reopen in container it is opening a new window which is not a wsl window.
chatgpt suggest me to change in the devcontainer file replace this :
JSON:
"initializeCommand": "/bin/sh -c '[ ! -f .env ] && cp ./envFiles/.env.devcontainer ./.env || true'"

with :
JSON:
"initializeCommand": "bash -c \"[ ! -f .env ] && cp ./envFiles/.env.devcontainer ./.env || true\""
i tested it too but not working

Does anyone else also faced this and can anyone help me to get out of it .

1762076002957.webp
 
1763007187465.webp



Hi everyone,
I’ve been trying to resolve this issue for a while, but I’m still unable to fix it. Because of this, I’m not able to view the table data in CloudBeaver. Could someone please help me out with this?
 
1763556747669.webp
graphql is running fine but when i try to login iam getting this response saying - "Too many requests"
{
"level": 30,
"time": 1763549490457,
"pid": 19454,
"hostname": "Shaheens-MacBook-Pro.local",
"reqId": "req-c",
"err": {
"type": "TalawaGraphQLError",
"message": "Too many requests. Please try again later.",
"stack": "GraphQLError: Too many requests. Please try again later.\n at new TalawaGraphQLError (/Users/shaheenkolimi/Documents/LEARN/Apps/Daily/talawa-api/src/utilities/TalawaGraphQLError.ts:275:3)\n at <anonymous> (/Users/shaheenkolimi/Documents/LEARN/Apps/Daily/talawa-api/src/routes/graphql.ts:285:11)\n at process.processTicksAndRejections (node:internal/process/task_queues:105:5)\n at async preExecutionHooksRunner (/Users/shaheenkolimi/Documents/LEARN/Apps/Daily/talawa-api/node_modules/.pnpm/mercurius@16.2.0_graphql@16.10.0/node_modules/mercurius/lib/hooks.js:88:20)\n at async preExecutionHandler (/Users/shaheenkolimi/Documents/LEARN/Apps/Daily/talawa-api/node_modules/.pnpm/mercurius@16.2.0_graphql@16.10.0/node_modules/mercurius/lib/handlers.js:28:7)\n at async Object.fastifyGraphQl [as graphql] (/Users/shaheenkolimi/Documents/LEARN/Apps/Daily/talawa-api/node_modules/.pnpm/mercurius@16.2.0_graphql@16.10.0/node_modules/mercurius/index.js:531:66)",
"extensions": {
"code": "too_many_requests"
}
},
"msg": "Too many requests. Please try again later."
}

can someone please help me out
 
  1. Are you running tests at the same time, such as with a commit?
  2. Have you tried reinstalling the packages?
 
Back
Top