We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm tying to use this SDK from a server to create the DB structure. Here's a simple program to repro:
let client = Client() .setEndpoint(Constants.endpoint) .setProject(Constants.appWriteProjectId) .setKey(Constants.appWriteKey) databases = Databases(client) let databaseList = try await databases.list()
(Side note: 404 - page not found on the code of conduct link)
No crash :)
AppwriteModels/Database.swift:53: Fatal error: Unexpectedly found nil while unwrapping an Optional value
Different version (specify in environment)
Linux
Running AppWrite with docker on local
docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:0.13.3
The text was updated successfully, but these errors were encountered:
I had the wrong server version.
Sorry, something went wrong.
No branches or pull requests
👟 Reproduction steps
I'm tying to use this SDK from a server to create the DB structure. Here's a simple program to repro:
(Side note: 404 - page not found on the code of conduct link)
👍 Expected behavior
No crash :)
👎 Actual Behavior
AppwriteModels/Database.swift:53: Fatal error: Unexpectedly found nil while unwrapping an Optional value
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
Running AppWrite with docker on local
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: