Upgrade to DDT 6.0.0 doesn't work: Loader Keeps Spinning
gauravvjn opened this issue · comments
Hi team,
I was trying to upgrade DDT from 4.4.6 to 6.0.0, and the upgrade was not succesful. The UI is no longer functioning correctly, there's a loader that keeps spinning indefinitely (please see the attached screenshot for reference).
Observations:
- Browser console and network tab show no errors or failed requests.
When I downgrade to 5.2.0, everything works as expected.
Environment:
- Django: 5.1.11
- Python: 3.13.5
Let me know if any additional logs or details would help. Thanks!

Can you make sure the JS isn't being cached please?
Yes, clearing the cache fixed it. Just curious what exactly has changed in JS in this version?
Seems likely it was the rename of store to request in the JS files: 5.2.0...6.0.0
Now i'm getting below error on Dev and QA Envs (AWS), locally this works fine with 6.0.0 though (after manually clearing the cache).
Data for this panel isn't available anymore. Please reload the page and retry.
I've tried different solutions mentioned here and here but no luck. if we go back to 5.2.0, everything works as expected.
I removed the stored static files from S3 and reinstalled the library to ensure we had the latest assets uploaded, but it didn’t help.
I was getting this same issue on 6.1.0, but resolved it by downgrading to 5.2.0