I noticed my app was down and went to check it out. Lo and Behold my account had been flagged by their automatic fraud detection algorithm. This is despite my account having close to $500 of credit and being active for around a year now. I was not informed about this at all. I followed the prompt to allow them to charge my credit card in order to verify that I'm not a bot and now I have control of my account again. However none of my apps were restored. Has anyone else experienced something like this in the past?
mrkurt|1 year ago
tptacek|1 year ago
lukas_b|1 year ago
nomilk|1 year ago
My account was marked as high risk and was prevented from deploying for a few hours: https://stackoverflow.com/a/76400473/5783745
But it didn't wipe out my apps. Took a couple hours to figure out what was going on and how to fix it (purchase some credit and run an esoteric and possibly unrelated command in the stack overflow answer). That (and a dozen other issues) was why I left fly. For now it's just not production-ready.
I do hope they build a successful product (as defined by happy customers, not by fund raising). The more players there are in this space, the more options we have as developers, which is good even if the path there is bumpy.
lukas_b|1 year ago
yellowapple|1 year ago
oliwarner|1 year ago
Who knows if Lukas is legit, but they don't seem to have asked the service provider where their data is yet. Or what happened. You're not going to get those answers here.
Going straight to social media before you've found anything out stinks.
bananapub|1 year ago
frafart|1 year ago
strzibny|1 year ago
Even if I would lose my VM and access, I can be up and running again pretty quickly on a different host.
I just change the IP in my config/deploy.yml
tasuki|1 year ago
alexedw|1 year ago
Maybe if I just ran with sqlite and a preconfigured litestream inside the main container that'd simplify things a fair bit, but then you're immediately locked onto a single machine.
ec109685|1 year ago
Arjuna144|1 year ago
r0ks0n|1 year ago
altairprime|1 year ago
lukas_b|1 year ago
add-sub-mul-div|1 year ago
cpach|1 year ago
yieldcrv|1 year ago
I use the free tier of vercel or netlify and host all the static assets on IPFS, I keep everything pinned using filecoin for free. lol yup I use filecoin to pin IPFS CIDs
and because IPFS gateway CDNs get super unreliable, I created a js script that does a series of promises to every ipfs gateway and after one actually loads it cancels all the other promises, so that ensures availability to users and can handle spikes in traffic, without messing with the free tier
deely3|1 year ago
lukas_b|1 year ago
sergiotapia|1 year ago
lukas_b|1 year ago
https://community.fly.io/t/account-flagged-apps-gone/14570
https://web.archive.org/web/20240710225525/https://community...
rizalp|1 year ago
unknown|1 year ago
[deleted]
zacksiri|1 year ago
When you give up control of the infrastructure you also give up the ability to decide what's right and wrong.
If you want to work with something that allows you retain that control but still have the convenience of a nice deployment workflow check out my profile.
ec109685|1 year ago
bmitc|1 year ago
g15jv2dp|1 year ago
taspeotis|1 year ago
So 0 bugs because Elixir / 10 = 0
QED
strzibny|1 year ago