RapiDoc icon indicating copy to clipboard operation
RapiDoc copied to clipboard

TypeError: Cannot read properties of null (reading 'value')

Open Sankey1506 opened this issue 9 months ago • 0 comments

When trying to render the API documentation using Rapidoc, the following error occurs in the browser console:

TypeError: Cannot read properties of null (reading 'value')
    at rapidoc-min.js:22741:73
    at Array.filter (<anonymous>)
    at tF (rapidoc-min.js:22741:41)
    at de.responseTemplate (rapidoc-min.js:26123:55)
    at de.render (rapidoc-min.js:26105:16)
    at de.update (rapidoc-min.js:622:28)
    at de.performUpdate (rapidoc-min.js:270:114)
    at de.scheduleUpdate (rapidoc-min.js:255:25)
    at de.<anonymous> (rapidoc-min.js:251:28)
    at Generator.throw (<anonymous>)

This error happens when attempting to access certain API data and Response schema is not visible when error occurs.

Environment:

Browser: Google Chrome​ Chrome Version: 113.0.5672.126​ Rapidoc Version: 9.3.8​ Angular Version: 19.0.0​ Operating System: Windows 11

Sankey1506 avatar Apr 04 '25 15:04 Sankey1506