I found that my Location is always Unknow, I did not find the relevant configuration item in WIKI, what additional variables need to be added to the.env file?
What do you use for signing in? The sdk? Rest API?
Kotlin Server SDK
Also please use proper tags for the post next time
Some of them don't know what kind of label they should put on.
Should I use the Android SDK?
If you use kotlin, use kotlin.
Normally your location automatically gets pinpointed based on where the request has been made
I see that Kotlin's SDK is Server, but I'm trying to build a Client program. I don't know why, but this Location is always like this, even if I use console operation, it still shows unknown.
If you want people to sign in and out using the client, why are you using a server sdk?
No generic SDK found for Kotlin
Maybe I should use Android SDK
Even if the program doesn't run in Android environment
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...