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: Stripe calling home for unknown reasons #1168

Closed
2 tasks done
ttrinidad opened this issue Jun 30, 2024 · 4 comments
Closed
2 tasks done

🐛 Bug Report: Stripe calling home for unknown reasons #1168

ttrinidad opened this issue Jun 30, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ttrinidad
Copy link

👟 Reproduction steps

Self-host Appwrite console constantly sends tracking to Stripe. It should NOT.

👍 Expected behavior

Not send stuff to other websites. Breach of privacy, and it's just stupid to send to Stripe when not even being used at all.
Not even include stripe if needed to avoid that.

👎 Actual Behavior

Sending metrics or whatever to Stripe

🎲 Appwrite version

Version 1.5.x

💻 Operating system

Linux

🧱 Your Environment

Version 1.5.7
Installed through Coolify

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

@TorstenDittmann
Copy link
Contributor

We do actually have a check for that in place here https://github.com/appwrite/console/blob/main/src/routes/console/%2Blayout.svelte#L243-L248 - I'll do some digging to see why its doing that on self-hosted 👍🏻

@TorstenDittmann
Copy link
Contributor

@ttrinidad I can't seem to find any evidence we are initializing stripe nor sending any requests on self-hosted 👍🏻

Can you tell me where this is happening to you? 🙂

@TorstenDittmann
Copy link
Contributor

nevermind, just was able to reproduce it - this is definitely a bug and not intended!

@TorstenDittmann
Copy link
Contributor

Found the reason why I couldn't reproduce it at first. The fix for it got merged last month, but hasn't been released yet.

#1111

It will be fixed once 1.5.8 is released 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
3 participants