Feature(s) impacted
When I Run npm start it return an issue of
“url”: “https://api.forestadmin.com/forest/apimaps/hashcheck”,
Observed behavior
Your application is listening on port 443.
[forest] Checking need for apimap update...
[forest] An error occured while computing the Forest schema. Your application schema cannot be synchronized with Forest. Your admin panel might not reflect your application models definition. Not Found
{
"status": 404,
"response": {
"req": {
"method": "POST",
"url": "https://api.forestadmin.com/forest/apimaps/hashcheck",
"data": {
"schemaFileHash": "2...c138....13850c"
},
"headers": {
"forest-secret-key": "2941ba5c...b1558f95cf70743f20",
"content-type": "application/json"
}
},
"header": {
"server": "Cowboy",
"report-to": "{\"group\":\"heroku-nel\",\"max_age\":3600,\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?ts=1701788289&sid=812dcc77-0bd0-43b1-a5f1-b25750382959&s=PAgz0qyuUS3Y4pROnTRs9yf8d2nwTrSQOc7EhNPzpEI%3D\"}]}",
"reporting-endpoints": "heroku-nel=https://nel.heroku.com/reports?ts=1701788289&sid=812dcc77-0bd0-43b1-a5f1-b25750382959&s=PAgz0qyuUS3Y4pROnTRs9yf8d2nwTrSQOc7EhNPzpEI%3D",
"nel": "{\"report_to\":\"heroku-nel\",\"max_age\":3600,\"success_fraction\":0.005,\"failure_fraction\":0.05,\"response_headers\":[\"Via\"]}",
"connection": "close",
"cross-origin-embedder-policy": "require-corp",
"cross-origin-opener-policy": "same-origin",
"cross-origin-resource-policy": "same-origin",
"x-dns-prefetch-control": "off",
"expect-ct": "max-age=0",
"x-frame-options": "SAMEORIGIN",
"strict-transport-security": "max-age=15552000; includeSubDomains",
"x-download-options": "noopen",
"x-content-type-options": "nosniff",
"origin-agent-cluster": "?1",
"x-permitted-cross-domain-policies": "none",
"referrer-policy": "no-referrer",
"x-xss-protection": "0",
"content-type": "application/json; charset=utf-8",
"content-length": "149",
"etag": "W/\"95-7OjwLvXVab1eFhKCE6yUGpc7IdY\"",
"vary": "Accept-Encoding",
"date": "Tue, 05 Dec 2023 14:58:09 GMT",
"via": "1.1 vegur"
},
"status": 404,
"text": "{\"errors\":[{\"status\":404,\"detail\":\"unknown secret key \\\"2941ba5cc79...5cf70743f20\\\"\",\"name\":\"NotFoundError\"}]}"
},
"stack": "Error: Not Found\n at Request.callback (/home/zigit/rebar-admin-producation-new/node_modules/superagent/lib/node/index.js:871:15)\n at /home/zigit/rebar-admin-producation-new/node_modules/superagent/lib/node/index.js:1114:20\n at IncomingMessage.<anonymous> (/home/zigit/rebar-admin-producation-new/node_modules/superagent/lib/node/parsers/json.js:22:7)\n at IncomingMessage.emit (node:events:525:35)\n at IncomingMessage.emit (node:domain:489:12)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)"
}
[forest] An error occured while retrieving your IP whitelist. Your Forest envSecret seems to be missing or unknown. Can you check that you properly set your Forest envSecret in the Forest initializer?
Your admin panel is available here: https://app.forestadmin.com/projects
Expected behavior
to run as usual
Failure Logs
Context
- Project name: RebarAdmin
- Team name: …
- Environment name: staging
- Agent (forest package) name & version:
- Database type:SQL
- Recent changes made on your end if any:not recently