Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

Reshigan/Openenergy

https://github.com/Reshigan/Openenergy · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

1307 raw signals (96 security + 1211 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 1165 actionable findings from 2 signal sources. 302 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: layer: api × excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.9/100 with 100.0% coverage. It contains 17034 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1211 findings — concentrated in quality (939), api (195), frontend (61). Risk profile is high: 2 critical, 146 high, 111 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 195 of 1165 actionable findings. 1467 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/dsr (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:83)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:83` calls `GET /api/admin/dsr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:319)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:319` calls `GET /api/admin/revenue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/arr (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:318)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:318` calls `GET /api/admin/revenue/arr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/arr` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/by-event (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:19)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:19` calls `GET /api/admin/revenue/by-event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/by-event` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/by-role (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:72)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:72` calls `GET /api/admin/revenue/by-role` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/by-role` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/leakage (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:121)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:121` calls `GET /api/admin/revenue/leakage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/leakage` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/schedule (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:190)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:190` calls `GET /api/admin/revenue/schedule` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/schedule` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/summary (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:317)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:317` calls `GET /api/admin/revenue/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/summary` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esap-compliance/${id} (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:296)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:296` calls `GET /api/esap-compliance/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esap-compliance?${params} (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:272)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:272` calls `GET /api/esap-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esums-portal-view/${token} (open-energy-platform/pages/src/components/pages/EsumsOmPortalView.tsx:36)
`open-energy-platform/pages/src/components/pages/EsumsOmPortalView.tsx:36` calls `GET /api/esums-portal-view/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esums-portal-view/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/facility-amendments?${params} (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:269)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:269` calls `GET /api/facility-amendments?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ael?${params} (open-energy-platform/pages/src/components/ipp/IppAelTab.tsx:159)
`open-energy-platform/pages/src/components/ipp/IppAelTab.tsx:159` calls `GET /api/ipp-ael?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ael` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-audits?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:179)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:179` calls `GET /api/ipp-annual-audits?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-compliance-assessments?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:184)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:184` calls `GET /api/ipp-annual-compliance-assessments?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-complia…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-report?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:110)
`open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:110` calls `GET /api/ipp-annual-report?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-report` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-bbbee-verification?${params} (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:174)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:174` calls `GET /api/ipp-bbbee-verification?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-bfs?${params} (open-energy-platform/pages/src/components/ipp/IppBfsTab.tsx:103)
`open-energy-platform/pages/src/components/ipp/IppBfsTab.tsx:103` calls `GET /api/ipp-bfs?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bfs` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ccc?${params} (open-energy-platform/pages/src/components/ipp/IppCccTab.tsx:105)
`open-energy-platform/pages/src/components/ipp/IppCccTab.tsx:105` calls `GET /api/ipp-ccc?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ccc` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-cep-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:166)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:166` calls `GET /api/ipp-cep-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-change-of-control?${params} (open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:111)
`open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:111` calls `GET /api/ipp-change-of-control?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-change-of-control` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-community-trust?${params} (open-energy-platform/pages/src/components/ipp/IppCommunityTrustTab.tsx:104)
`open-energy-platform/pages/src/components/ipp/IppCommunityTrustTab.tsx:104` calls `GET /api/ipp-community-trust?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-community-trust` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-contractor-default?${params} (open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:122)
`open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:122` calls `GET /api/ipp-contractor-default?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-contractor-default` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-cp-tracker?${params} (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:257` calls `GET /api/ipp-cp-tracker?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ea-amendment?${params} (open-energy-platform/pages/src/components/ipp/IppEaAmendmentTab.tsx:156)
`open-energy-platform/pages/src/components/ipp/IppEaAmendmentTab.tsx:156` calls `GET /api/ipp-ea-amendment?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ea-amendment` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-eco-report?${params} (open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:112)
`open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:112` calls `GET /api/ipp-eco-report?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-eco-report` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-emp-compliance-reports?${params} (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:222)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:222` calls `GET /api/ipp-emp-compliance-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-compliance-reports` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-equity-transfer?${params} (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:169)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:169` calls `GET /api/ipp-equity-transfer?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-esmr?${params} (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:164)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:164` calls `GET /api/ipp-esmr?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-fm?${params} (open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:114)
`open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:114` calls `GET /api/ipp-fm?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-fm` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-force-majeure-chain/${item.id} (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:286)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:286` calls `GET /api/ipp-force-majeure-chain/${item.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain/<p>` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-force-majeure-chain?${params} (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:261)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:261` calls `GET /api/ipp-force-majeure-chain?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-grid-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppGridComplianceTab.tsx:101)
`open-energy-platform/pages/src/components/ipp/IppGridComplianceTab.tsx:101` calls `GET /api/ipp-grid-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-grid-compliance` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-hra?${params} (open-energy-platform/pages/src/components/ipp/IppHraTab.tsx:159)
`open-energy-platform/pages/src/components/ipp/IppHraTab.tsx:159` calls `GET /api/ipp-hra?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-hra` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ie-annual-reviews?${params} (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:167)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:167` calls `GET /api/ipp-ie-annual-reviews?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-insurance-renewals?${params} (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:169)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:169` calls `GET /api/ipp-insurance-renewals?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-land-amendment?${params} (open-energy-platform/pages/src/components/ipp/IppLandAmendmentTab.tsx:102)
`open-energy-platform/pages/src/components/ipp/IppLandAmendmentTab.tsx:102` calls `GET /api/ipp-land-amendment?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-land-amendment` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lc-reports?${params} (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:163` calls `GET /api/ipp-lc-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lender-reporting?${params} (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:163` calls `GET /api/ipp-lender-reporting?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-licence-obligations?${params} (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:256)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:256` calls `GET /api/ipp-licence-obligations?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligations` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-licence-returns?${params} (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:162)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:162` calls `GET /api/ipp-licence-returns?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lta-certificate?${params} (open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:118)
`open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:118` calls `GET /api/ipp-lta-certificate?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lta-certificate` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-milestone-certs?${params} (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:161)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:161` calls `GET /api/ipp-milestone-certs?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-om-contract?${params} (open-energy-platform/pages/src/components/ipp/IppOmContractTab.tsx:104)
`open-energy-platform/pages/src/components/ipp/IppOmContractTab.tsx:104` calls `GET /api/ipp-om-contract?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-om-contract` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-perf-securities?${params} (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:168)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:168` calls `GET /api/ipp-perf-securities?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ppa-variation?${params} (open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:92)
`open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:92` calls `GET /api/ipp-ppa-variation?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ppa-variation` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-quarterly-gen-reports?${params} (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:187)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:187` calls `GET /api/ipp-quarterly-gen-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-reports` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-refinancing?${params} (open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:102)
`open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:102` calls `GET /api/ipp-refinancing?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-refinancing` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-reipppp-reports?${params} (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:176)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:176` calls `GET /api/ipp-reipppp-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-sed-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:163` calls `GET /api/ipp-sed-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-wul?${params} (open-energy-platform/pages/src/components/ipp/IppWulTab.tsx:157)
`open-energy-platform/pages/src/components/ipp/IppWulTab.tsx:157` calls `GET /api/ipp-wul?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-wul` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/protection-relay-chain/${item.id} (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:276)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:276` calls `GET /api/protection-relay-chain/${item.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/protection-relay-chain?${params} (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:250)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:250` calls `GET /api/protection-relay-chain?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/audit/merkle/roots (open-energy-platform/pages/src/components/pages/OpsL5Page.tsx:605)
`open-energy-platform/pages/src/components/pages/OpsL5Page.tsx:605` calls `GET /api/public/audit/merkle/roots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/merkle/roots` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/audit/merkle/roots?days=60 (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:44)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:44` calls `GET /api/public/audit/merkle/roots?days=60` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/merkle/roots` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/legal/paia-manual (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:41)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:41` calls `GET /api/public/legal/paia-manual` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/legal/paia-manual` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/regulator/applications (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:42)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:42` calls `GET /api/public/regulator/applications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/regulator/applications` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/status (open-energy-platform/pages/src/components/pages/PublicStatusPage.tsx:40)
`open-energy-platform/pages/src/components/pages/PublicStatusPage.tsx:40` calls `GET /api/public/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/status` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/station-participant-links?${params} (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:269)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:269` calls `GET /api/station-participant-links?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-participant-links` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/unserved-energy-claims?${params} (open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:245)
`open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:245` calls `GET /api/unserved-energy-claims?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/unserved-energy-claims` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/drawdown/ai (open-energy-platform/tests/insights-api.test.ts:102)
`open-energy-platform/tests/insights-api.test.ts:102` calls `GET /chain/drawdown/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/drawdown/ai` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/none/ai (open-energy-platform/tests/insights-api.test.ts:131)
`open-energy-platform/tests/insights-api.test.ts:131` calls `GET /chain/none/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/none/ai` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/ppa_contract (open-energy-platform/tests/insights-api.test.ts:78)
`open-energy-platform/tests/insights-api.test.ts:78` calls `GET /chain/ppa_contract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/ppa_contract` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/ppa_contract (open-energy-platform/tests/insights-api.test.ts:92)
`open-energy-platform/tests/insights-api.test.ts:92` calls `GET /chain/ppa_contract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/ppa_contract` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/rg/ai (open-energy-platform/tests/insights-api.test.ts:123)
`open-energy-platform/tests/insights-api.test.ts:123` calls `GET /chain/rg/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/rg/ai` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/tp/ai (open-energy-platform/tests/insights-api.test.ts:114)
`open-energy-platform/tests/insights-api.test.ts:114` calls `GET /chain/tp/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/tp/ai` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://order-book/depth (open-energy-platform/src/routes/trading.ts:492)
`open-energy-platform/src/routes/trading.ts:492` calls `GET https://order-book/depth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/order-book/depth` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/revenue/schedule/${row.id} (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:203)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:203` calls `PATCH /api/admin/revenue/schedule/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/schedule/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/dsr (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:185)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:185` calls `POST /api/admin/dsr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/dsr/${actionTarget.id}/action (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:209)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:209` calls `POST /api/admin/dsr/${actionTarget.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr/<p>/action` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/consent/record (open-energy-platform/pages/src/components/CookieConsentBanner.tsx:45)
`open-energy-platform/pages/src/components/CookieConsentBanner.tsx:45` calls `POST /api/consent/record` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/consent/record` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/esap-compliance (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:328)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:328` calls `POST /api/esap-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/esap-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:386)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:386` calls `POST /api/esap-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance/<p>/action` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/facility-amendments (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:314)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:314` calls `POST /api/facility-amendments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/facility-amendments/${actionItem.id}/action (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:373)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:373` calls `POST /api/facility-amendments/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/gtia (open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:61)
`open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:61` calls `POST /api/gtia` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gtia` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/gtia/${modal.id}/action (open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:116)
`open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:116` calls `POST /api/gtia/${modal.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gtia/<p>/action` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-audits (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:219)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:219` calls `POST /api/ipp-annual-audits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-audits/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:312)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:312` calls `POST /api/ipp-annual-audits/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits/<p>/action` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-compliance-assessments (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:224)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:224` calls `POST /api/ipp-annual-compliance-assessments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-compliance-asses…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-compliance-assessments/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:317)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:317` calls `POST /api/ipp-annual-compliance-assessments/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-report (open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:128)
`open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:128` calls `POST /api/ipp-annual-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-report` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-bbbee-verification (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:221)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:221` calls `POST /api/ipp-bbbee-verification` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-bbbee-verification/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:270)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:270` calls `POST /api/ipp-bbbee-verification/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cep-compliance (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:216)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:216` calls `POST /api/ipp-cep-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cep-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:268)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:268` calls `POST /api/ipp-cep-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance/<p>/action` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-change-of-control (open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:130)
`open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:130` calls `POST /api/ipp-change-of-control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-change-of-control` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-contractor-default (open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:140)
`open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:140` calls `POST /api/ipp-contractor-default` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-contractor-default` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cp-tracker (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:303)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:303` calls `POST /api/ipp-cp-tracker` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cp-tracker/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:356)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:356` calls `POST /api/ipp-cp-tracker/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker/<p>/action` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-eco-report (open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:130)
`open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:130` calls `POST /api/ipp-eco-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-eco-report` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-emp-compliance-reports (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:266)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:266` calls `POST /api/ipp-emp-compliance-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-compliance-reports` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-emp-compliance-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:330)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:330` calls `POST /api/ipp-emp-compliance-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-complianc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-equity-transfer (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:211` calls `POST /api/ipp-equity-transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-equity-transfer/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:323)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:323` calls `POST /api/ipp-equity-transfer/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-esmr (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:211` calls `POST /api/ipp-esmr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-esmr/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:260)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:260` calls `POST /api/ipp-esmr/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr/<p>/action` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-fm (open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:133)
`open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:133` calls `POST /api/ipp-fm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-fm` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-force-majeure-chain (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:324)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:324` calls `POST /api/ipp-force-majeure-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-force-majeure-chain/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:379)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:379` calls `POST /api/ipp-force-majeure-chain/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ie-annual-reviews (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:214)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:214` calls `POST /api/ipp-ie-annual-reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ie-annual-reviews/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:263)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:263` calls `POST /api/ipp-ie-annual-reviews/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews/<p>/action` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-insurance-renewals (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:218)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:218` calls `POST /api/ipp-insurance-renewals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-insurance-renewals/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:269)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:269` calls `POST /api/ipp-insurance-renewals/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals/<p>/action` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lc-reports (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:208)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:208` calls `POST /api/ipp-lc-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lc-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:257` calls `POST /api/ipp-lc-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports/<p>/action` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lender-reporting (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:211` calls `POST /api/ipp-lender-reporting` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lender-reporting/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:261)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:261` calls `POST /api/ipp-lender-reporting/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting/<p>/ac…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-obligations (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:303)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:303` calls `POST /api/ipp-licence-obligations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligations` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-obligations/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:357)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:357` calls `POST /api/ipp-licence-obligations/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligation…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-returns (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:205)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:205` calls `POST /api/ipp-licence-returns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-returns/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:326)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:326` calls `POST /api/ipp-licence-returns/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lta-certificate (open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:136)
`open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:136` calls `POST /api/ipp-lta-certificate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lta-certificate` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-milestone-certs (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:208)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:208` calls `POST /api/ipp-milestone-certs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-milestone-certs/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:257` calls `POST /api/ipp-milestone-certs/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs/<p>/action…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-perf-securities (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:217)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:217` calls `POST /api/ipp-perf-securities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-perf-securities/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:268)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:268` calls `POST /api/ipp-perf-securities/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities/<p>/action`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ppa-variation (open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:111)
`open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:111` calls `POST /api/ipp-ppa-variation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ppa-variation` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-quarterly-gen-reports (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:229)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:229` calls `POST /api/ipp-quarterly-gen-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-reports` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-quarterly-gen-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:324)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:324` calls `POST /api/ipp-quarterly-gen-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-r…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-refinancing (open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:121)
`open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:121` calls `POST /api/ipp-refinancing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-refinancing` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-reipppp-reports (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:220)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:220` calls `POST /api/ipp-reipppp-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-reipppp-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:331)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:331` calls `POST /api/ipp-reipppp-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-sed-compliance (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:212)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:212` calls `POST /api/ipp-sed-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-sed-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:263)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:263` calls `POST /api/ipp-sed-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance/<p>/action` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp/rfis (open-energy-platform/pages/src/meridian/surfaces/epc/RfisSurface.tsx:45)
`open-energy-platform/pages/src/meridian/surfaces/epc/RfisSurface.tsx:45` calls `POST /api/ipp/rfis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp/rfis` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/kyc/submit (open-energy-platform/pages/src/components/pages/ComplianceSettingsPage.tsx:210)
`open-energy-platform/pages/src/components/pages/ComplianceSettingsPage.tsx:210` calls `POST /api/kyc/submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kyc/submit` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/protection-relay-chain (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:312)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:312` calls `POST /api/protection-relay-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/protection-relay-chain/${actionItem.id}/action (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:372)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:372` calls `POST /api/protection-relay-chain/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/audit/proof/${encodeURIComponent(evtId)} (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:157)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:157` calls `POST /api/public/audit/proof/${encodeURIComponent(evtId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/proof/<p>` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/audit/verify (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:229)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:229` calls `POST /api/public/audit/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/verify` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/legal/paia-requests (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:243)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:243` calls `POST /api/public/legal/paia-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/legal/paia-requests` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/station-participant-links (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:348)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:348` calls `POST /api/station-participant-links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-participant-links` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/station-participant-links/${actionItem.id}/action (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:399)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:399` calls `POST /api/station-participant-links/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-particip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/components/ErrorBoundary.tsx:30)
`open-energy-platform/pages/src/components/ErrorBoundary.tsx:30` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/components/RouteErrorBoundary.tsx:33)
`open-energy-platform/pages/src/components/RouteErrorBoundary.tsx:33` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/main.tsx:27)
`open-energy-platform/pages/src/main.tsx:27` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/unserved-energy-claims/${actionItem.id}/action (open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:308)
`open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:308` calls `POST /api/unserved-energy-claims/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/unserved-energy-claims…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_a/resolve (open-energy-platform/tests/admin-cascade-dlq.test.ts:38)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:38` calls `POST /cascade-dlq/dlq_a/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_a/resolve` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_b/resolve (open-energy-platform/tests/admin-cascade-dlq.test.ts:56)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:56` calls `POST /cascade-dlq/dlq_b/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_b/resolve` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_c/retry (open-energy-platform/tests/admin-cascade-dlq.test.ts:80)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:80` calls `POST /cascade-dlq/dlq_c/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_c/retry` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /raq_mine/acknowledge (open-energy-platform/tests/role-actions-api.test.ts:88)
`open-energy-platform/tests/role-actions-api.test.ts:88` calls `POST /raq_mine/acknowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/raq_mine/acknowledge` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /raq_other/dismiss (open-energy-platform/tests/role-actions-api.test.ts:97)
`open-energy-platform/tests/role-actions-api.test.ts:97` calls `POST /raq_other/dismiss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/raq_other/dismiss` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.mailchannels.net/tx/v1/send (open-energy-platform/src/routes/reports.ts:753)
`open-energy-platform/src/routes/reports.ts:753` calls `POST https://api.mailchannels.net/tx/v1/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.mailchannels.net/tx/v1/send` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://order-book/post (open-energy-platform/src/routes/trading.ts:468)
`open-energy-platform/src/routes/trading.ts:468` calls `POST https://order-book/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/order-book/post` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
low System graph api Wiring conf 1.00 Unused endpoint: GET /carbon-registry/vintages
`open-energy-platform/pages/src/components/widgets/CarbonInsights.tsx` declares `GET /carbon-registry/vintages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /clearing/margin-gate
`open-energy-platform/pages/src/components/clearing/MarginGateWidget.tsx` declares `GET /clearing/margin-gate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /cockpit/actions?status=pending&limit=8
`open-energy-platform/pages/src/components/ActionQueueCard.tsx` declares `GET /cockpit/actions?status=pending&limit=8` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/briefing
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/briefing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=acknowledged
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=acknowledged` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=in_progress
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=in_progress` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=open
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=open` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/fleet-kpis
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/fleet-kpis` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/opportunities
`open-energy-platform/pages/src/components/widgets/EsumsOmOpportunities.tsx` declares `GET /esums/opportunities` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removi…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/sites
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/sites` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/work-orders
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/work-orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /feed/badge-counts
`open-energy-platform/pages/src/components/AppShell.tsx` declares `GET /feed/badge-counts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /grid-operator/dispatch/schedules
`open-energy-platform/pages/src/components/widgets/GridInsights.tsx` declares `GET /grid-operator/dispatch/schedules` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /grid-operator/outages
`open-energy-platform/pages/src/components/widgets/GridInsights.tsx` declares `GET /grid-operator/outages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /lender/covenants
`open-energy-platform/pages/src/components/widgets/LenderInsights.tsx` declares `GET /lender/covenants` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /lender/waterfalls
`open-energy-platform/pages/src/components/widgets/LenderInsights.tsx` declares `GET /lender/waterfalls` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /offtaker-suite/consumption
`open-energy-platform/pages/src/components/widgets/OfftakerInsights.tsx` declares `GET /offtaker-suite/consumption` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider rem…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /onboarding/state
`open-energy-platform/pages/src/App.tsx` declares `GET /onboarding/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/breach
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/breach` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/consent
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/consent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/correction
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/correction` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/dsar
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/dsar` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/erasure
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/erasure` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/objection
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/objection` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects
`open-energy-platform/pages/src/components/widgets/IppInsights.tsx` declares `GET /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/factors
`open-energy-platform/pages/src/components/risk/ScenarioBuilderModal.tsx` declares `GET /risk/factors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/portfolios
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `GET /risk/portfolios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/scenarios
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `GET /risk/scenarios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trader-risk/mark-prices
`open-energy-platform/pages/src/components/widgets/TraderInsights.tsx` declares `GET /trader-risk/mark-prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trader-risk/positions
`open-energy-platform/pages/src/components/widgets/TraderInsights.tsx` declares `GET /trader-risk/positions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trading/marks
`open-energy-platform/pages/src/components/widgets/OutageImpact.tsx` declares `GET /trading/marks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ai-assistant/sessions
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /ai-assistant/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ai/risk/explain-var
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `POST /ai/risk/explain-var` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /anomaly-detection-ml
`open-energy-platform/pages/src/components/anomalyDetectionMl/AnomalyDetectionMlTab.tsx` declares `POST /anomaly-detection-ml` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth-deep/mfa/challenge
`open-energy-platform/pages/src/components/StepUpModal.tsx` declares `POST /auth-deep/mfa/challenge` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth-deep/mfa/challenge/verify
`open-energy-platform/pages/src/components/StepUpModal.tsx` declares `POST /auth-deep/mfa/challenge/verify` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /esums/opportunities/act
`open-energy-platform/pages/src/components/widgets/EsumsOmOpportunities.tsx` declares `POST /esums/opportunities/act` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /esums/work-orders
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /esums/work-orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ipp-deep/drawdowns
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /ipp-deep/drawdowns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /mqtt-opcua-connector
`open-energy-platform/pages/src/components/mqttOpcuaConnector/MqttOpcuaConnectorTab.tsx` declares `POST /mqtt-opcua-connector` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /popia/consent
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `POST /popia/consent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rbac/registrations
`open-energy-platform/pages/src/App.tsx` declares `POST /rbac/registrations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /regulator-exports
`open-energy-platform/pages/src/components/regulatorExport/RegulatorExportPackTab.tsx` declares `POST /regulator-exports` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consid…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /regulator/inbox/compliance-notices
`open-energy-platform/pages/src/components/regulator/NoticesTab.tsx` declares `POST /regulator/inbox/compliance-notices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — conside…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /reports/mail
`open-energy-platform/pages/src/components/launch/ReportPanel.tsx` declares `POST /reports/mail` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /risk/scenarios
`open-energy-platform/pages/src/components/risk/ScenarioBuilderModal.tsx` declares `POST /risk/scenarios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /strate-swift-connector
`open-energy-platform/pages/src/components/strateSwiftConnector/StrateSwiftConnectorTab.tsx` declares `POST /strate-swift-connector` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /threads
`open-energy-platform/pages/src/components/ThreadPanel.tsx` declares `POST /threads` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /trading-deep/algos
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /trading-deep/algos` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: PUT /
`open-energy-platform/pages/public/sw.js` declares `PUT /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/8162c61b-3216-4f3e-bd4e-42f0a383def9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8162c61b-3216-4f3e-bd4e-42f0a383def9/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.