deadManOriginal post
Apple Developer
Hey,
I'm new here I am using appwrite cloud
I have already implimented in Dart and working fine I am able to create - read document
but I need one app for macOS also, I have tried to get countries and other apis all are not working and also I am not able to create-read document
in macOS I am getting same error -65563: ServiceNotRunning
Please help me if you know how to handle this
Summary
The error -65563: ServiceNotRunning is occurring when attempting to implement an Appwrite service in an App for macOS. The issue may stem from the setup or configuration.
**Solution:** Check the service configuration in the AppwriteManager class and ensure that the client is properly initialized with the correct endpoint, project, and self-signed settings. Verify that the getDatabase function is correctly returning the database object. Review the code for any potential errors or typos that could be causing the issue.