I am getting an error when i try to execute a function from the dashboard, appwrite version is 1.6.0
TL;DR
Error message: Uncaught TypeError: Cannot read properties of undefined (reading 'domain')
Issue: Error occurs when trying to execute a function from the dashboard on appwrite version 1.6.0
Solution: Check for undefined properties being accessed in the code causing the error.