System Information
- 4.25.11:
- Linux:
- Mysql:
- 18.20.4:
- 10.7.0:
Ok hopefully someone with more experience can help me out. I have a production app running Strapi 4.25.11 and for all my Collections that have relational dropdowns, they don’t work. The dropdown never populates it just throws the javascript error in the console:
main.92e92864.js:1099 Uncaught (in promise) TypeError: Cannot destructure property ‘name’ of ‘Te[K]’ as it is null.
at m (main.92e92864.js:1099:2268)
I’ve been banging my head on this one for a while so if anyone has any ideas that would be great. One other thing to point out is I duplicated this environment in terms of the database and used it to run the same code in develop mode so i could try and debug and everything works.
I also triggered a rebuild of the prod environment and that still doesn’t fix it.
Thanks in advance!