Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). I identified that some pages are not working on the console. This is at least the case for the "Templates" tab on the Functions view and the "Security" tab on the Auth view. The browser console reports the following error: Uncaught TypeError: Cannot read properties of null (reading 'group') The server logs does not report any errors.
It's known, the Templates both for Functions and Sites are broken, for the console you can update it to 7.8.37
also for 1.9.0 the templates will still be broken, but at least with that new version, the Auth/Security is working again
Alright I will try it out, thank you
Is there anyway to know which version is safe to use for all the component around appwrite ? I mean, which container (console, openruntimes, redis, ...) I can safely upgrade against the latest appwrite version
on what appwrite team says, you should only use the versions shipped from the installer (or check the website compose)
some of the components, including console, is used in the cloud version, so latest is for cloud (which is in 1.9.5)
Alright, thank you, at least using console version 7.8.37 fixed the Auth -> Security page. Waiting for the fix to ship for the other pages
[SOLVED] Some pages on the console are not working
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...