I’m trying to load run_results information from db...
# getting-started
b
I’m trying to load run_results information from dbt using the run_results.json, but my validation tab leads to a blank page (essentially an about:blank), am I missing something here?
b
hey Sreela! could you open your console from your browser dev tools before you go to the validation tab? it should be logging out some errors if you're getting a blank page (almost certainly a javascript runtime error). If this is what I think it is, there should be a fix coming your way with the next release very soon!
b
Sure, they starts out like this —
Copy code
TypeError: Cannot read properties of undefined (reading 'length')
    at iz (assertionUtils.tsx:15:33)
    at Array.sort (<anonymous>)
    at aB (ValidationsTab.tsx:77:16)
    at ai (react-dom.production.min.js:157:137)
    at Wi (react-dom.production.min.js:180:154)
    at Xc (react-dom.production.min.js:269:343)
    at _s (react-dom.production.min.js:250:347)
    at Ts (react-dom.production.min.js:250:278)
    at ws (react-dom.production.min.js:250:138)
    at gs (react-dom.production.min.js:243:163)
and —
Copy code
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')
    at iz (assertionUtils.tsx:15:33)
    at Array.sort (<anonymous>)
    at aB (ValidationsTab.tsx:77:16)
    at ai (react-dom.production.min.js:157:137)
    at Wi (react-dom.production.min.js:180:154)
    at Xc (react-dom.production.min.js:269:343)
    at _s (react-dom.production.min.js:250:347)
    at Ts (react-dom.production.min.js:250:278)
    at ws (react-dom.production.min.js:250:138)
    at gs (react-dom.production.min.js:243:163)
b
yup that is indeed what I thought it was! and can thankfully say we have a fix for this up and it will be merged in asap - going out in the next release
thank you 1