i've been using appwrite for a long time, but haven't upgraded since 0.14
i'm trying to set up a brand new environment and i'm never given the opportunity to create an admin user.
if i create a new machine that has everything on it that it needs to run docker, if i run the appwrite "quick" start script, i get the application up, but it always just defaults to the login screen. i'm never given the opportunity to create an admin account.
i've deployed 5-6 times already.
any ideas what might be causing this? i don't feel like someone else is setting up the account, i feel like i'm just never given the opportunity to configure the account. ๐ฎโ๐จ
The first time you're running the engine the signup options is available
This will create and admin user and after that the signup is locked
thank you for this.
this is so unclear in the documentation. in fact nowhere in the documentation does it even mention any next steps at all.
i can only help wonder if i am alone in feeling that this is not intuitive
oh well, at only rate, i imagine this will work. thank you very much ๐
never given the opportunity to set a username/password?
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...