This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Server shuts down on a particular call while all services are running #1431
Unanswered
Chaitanya-Gupta14
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Can you add the schema request payload that you are using? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Add_Schema_cURL.txt
undefined:107
},
^
SyntaxError: Unexpected token } in JSON at position 2745
at JSON.parse ()
at addRoleIfNotPresent (/app/src/middleware/role-add.middleware.js:4:23)
at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
at next (/app/node_modules/express/lib/router/route.js:144:13)
at tokenValidationMiddleware (/app/src/middleware/auth.middleware.js:20:9)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
This appears when trying to run add schema service from postman and shuts down all services. I have attached the CURL file.
Beta Was this translation helpful? Give feedback.
All reactions