Automatic access was broken when tls is not used for database connections. Previously used 'none' keyword resulted in a silent error, using 'false' instead (consistent with intended use), fixes the problem.
Let me know if you need anything else, happy to contribute.
PR to fix https://github.com/datajoint/datajoint-matlab/issues/438#issuecomment-2476558347.
Automatic access was broken when tls is not used for database connections. Previously used 'none' keyword resulted in a silent error, using 'false' instead (consistent with intended use), fixes the problem.
Let me know if you need anything else, happy to contribute.