Skip to content
New issue

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

🐛 Bug Report: currency is always empty #105

Open
2 tasks done
hadnet opened this issue Mar 23, 2025 · 0 comments
Open
2 tasks done

🐛 Bug Report: currency is always empty #105

hadnet opened this issue Mar 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@hadnet
Copy link

hadnet commented Mar 23, 2025

👟 Reproduction steps

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?

👍 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?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@hadnet hadnet added the bug Something isn't working label Mar 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant