API call failed (/v1/account/sessions/email): Invalid credentials. Please check the email and password.
apiUrl=http://appwrite, domain=hiden
#0 /usr/src/code/src/Appwrite/Platform/Tasks/Install.php(765): Appwrite\Platform\Tasks\Install->makeApiCall('/v1/account/ses...', Array, true, 'http://appwrite', 'hiden') #1 /usr/src/code/src/Appwrite/Platform/Tasks/Install.php(674): Appwrite\Platform\Tasks\Install->createInitialAdminAccount(Array, Object(Closure), 'http://appwrite', 'hiden) #2 /usr/src/code/src/Appwrite/Platform/Installer/Http/Installer/Install.php(349): Appwrite\Platform\Tasks\Install->performInstallation('8080', '8443', 'appwrite', 'appwrite', Array, false, Object(Closure), NULL, false, Array, Object(Closure), false) #3 /usr/src/code/vendor/utopia-php/http/src/Http/Http.php(645): Appwrite\Platform\Installer\Http\Installer\Install->action('hide', 8080, 8443, 'hide', 'hide', '', 'hide', 'hide', 'mariadb', 'hiden...', NULL, false, Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response), Object(Swoole\Http\Response), Object(Appwrite\Platform\Installer\Runtime\State), Object(Appwrite\Platform\Installer\Runtime\Config), Array) #4 /usr/src/code/vendor/utopia-php/http/src/Http/Http.php(864): Utopia\Http\Http->execute(Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response)) #5 /usr/src/code/vendor/utopia-php/http/src/Http/Http.php(791): Utopia\Http\Http->runInternal(Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response)) #6 /usr/src/code/src/Appwrite/Platform/Installer/Server.php(197): Utopia\Http\Http->run(Object(Utopia\Http\Adapter\Swoole\Request), Object(Utopia\Http\Adapter\Swoole\Response)) #7 /usr/src/code/vendor/utopia-php/http/src/Http/Adapter/Swoole/Server.php(40): Appwrite\Platform\Installer\Server->{closure:Appwrite\Platform\Installer\Server::startSwooleServer():186}
please share more, what steps did u follow, is this local or 1.9.5 image, etc.
docker run -it --rm \
--publish 20080:20080 \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.9.5
and mariadb selected
did u try "retry"?
maybe api pod wasnt healthy
ye and im trying 3 diffrent vps too
and all the time same error
only work in env enable register and create new acc
env enable register
?
i see, the installer is trying to hit ur api but getting blocked due to whitelist
doesnt happen to me
but account creating and no work login
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...