Post installation and issue with main home landing page #811
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@JeraldJF Hope to hear from you soon. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Closing for now as this was info-needed ticket |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
This is what I've done so far:
More deep-dive with browser's network tool, I see some errors:
With payload: {"params":{},"request":{"framework":{"board":["CBSE"],"medium":["English"],"gradeLevel":["Class 1"],"subject":[],"id":"NCF"}}}
Response: {"message":"You cannot consume this service"}
With payload: {"request":{"type":"profileConfig_v2","action":"get","subType":"ka","rootOrgId":"0143364283732705282","framework":"NCF"}}
Response:
{ "id": "api.form.read", "params": { "resmsgid": "9582c3a3-8d03-4ead-9ec5-ca4291d1a80b", "msgid": "5275a543-7bdd-45df-b612-74fd8dac3fea", "status": "failed", "err": "ERR_READ_FORM_DATA", "errmsg": { "message": "data.toJSON is not a function", "stack": "TypeError: data.toJSON is not a function\n at /home/sunbird/app_dist/node_modules/@project-sunbird/form-service/server.js:163:29\n at tryCatcher (/home/sunbird/app_dist/node_modules/bluebird/js/release/util.js:16:23)\n at Promise._settlePromiseFromHandler (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:547:31)\n at Promise._settlePromise (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:604:18)\n at Promise._settlePromise0 (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:649:10)\n at Promise._settlePromises (/home/sunbird/app_dist/node_modules/bluebird/js/release/promise.js:729:18)\n at _drainQueueStep (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:93:12)\n at _drainQueue (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:86:9)\n at Async._drainQueues (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:102:5)\n at Immediate.Async.drainQueues [as _onImmediate] (/home/sunbird/app_dist/node_modules/bluebird/js/release/async.js:15:14)\n at processImmediate (node:internal/timers:466:21)" } }, "responseCode": "SERVER_ERROR", "result": {}, "ts": "2025-08-14T23:21:11.039Z", "ver": "1.0" }I can see other 'read' calls are giving 200 OK, e.g. with payloads like:
Anyone can shed some light?
Beta Was this translation helpful? Give feedback.
All reactions