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 using node-appwrite with Next.js:
import { Client, Account, Locale, } from 'node-appwrite'; //... const locale = new Locale(client); const userLocale = await locale.get();
But always got something like this
{"ip":"xxx.xx.xxx.xxx","countryCode":"AR","country":"Argentina","continentCode":"SA","continent":"South America","eu":false,"currency":""}
Why is currency always empty?
Currency prop not to be an empty string.
Currency is always an empty string.
Version 0.10.x
MacOS
Next.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
👟 Reproduction steps
I'm using node-appwrite with Next.js:
But always got something like this
Why is currency always empty?
👍 Expected behavior
Currency prop not to be an empty string.
👎 Actual Behavior
Currency is always an empty string.
🎲 Appwrite version
Version 0.10.x
💻 Operating system
MacOS
🧱 Your Environment
Next.js
👀 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: