Latest #flyio Threads Top

ajur58
Hi everyone, I’m posting because I assume this must be a common issue, but I’ve been going in circles and haven’t found a clean, reliab...
New
brainlid
Episode 279 of Thinking Elixir. News includes Chris McCord’s FlyDeploy for zero-downtime hot code upgrades on Fly.io, the Elixir GRPC lib...
New
mikehostetler
I’m falling in love with the Req Plugin pattern. It has limits, but when it works - it’s good. I ported over my Tesla based Fly Machines...
New
zac
Has anyone set up their Ash Framework Postgres app deployment (and, most importantly, migration) on Fly.io? I’m trying to figure out wha...
New
zac
Has anyone built a Phoenix / Ash / LiveView app that supports server suspension, without getting a nasty user experience in the process? ...
New
gpreston
Hi all, I’m having trouble on the final mile of solving a problem using Mnesia. The use cases details are: I have multiple nodes that e...
New
kubosuke
I’m trying to setup flame on fly.io, but it failed with timeout errors. could you give me some idea if you have any? environment: Erlan...
New
revati
Hello, i have introduced Application.compile_env in my code and now fly.io deployment does not work any more, it fails, because compile t...
New
eileennoonan
I’m getting an error when I try to remote into my app on fly.io. In this case I’m just doing a basic read from iex. (I am using Ash but Z...
New
itzmidinesh
Hi! :raising_hands: I’m currently working on a project that requires using the Temporal Tables extension in PostgreSQL, and I’m wonderin...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

lmletham
Hey guys! I have deployed my Phoenix project to Fly here and set up my DNS records and certs in order to connect to my custom domain her...
New
zac
Has anyone built a Phoenix / Ash / LiveView app that supports server suspension, without getting a nasty user experience in the process? ...
New
zac
Has anyone set up their Ash Framework Postgres app deployment (and, most importantly, migration) on Fly.io? I’m trying to figure out wha...
New
mikehostetler
I’m falling in love with the Req Plugin pattern. It has limits, but when it works - it’s good. I ported over my Tesla based Fly Machines...
New
ajur58
Hi everyone, I’m posting because I assume this must be a common issue, but I’ve been going in circles and haven’t found a clean, reliab...
New
brainlid
Episode 279 of Thinking Elixir. News includes Chris McCord’s FlyDeploy for zero-downtime hot code upgrades on Fly.io, the Elixir GRPC lib...
New
gpreston
Hi all, I’m having trouble on the final mile of solving a problem using Mnesia. The use cases details are: I have multiple nodes that e...
New

Last Three Year's Trending Top

kingdomcoder
I just had my first frustrating experience working in the Elixir ecosystem. Is there a reason it is so hard to get DaisyUI deployed with...
New
mikesax
Render.com’s upcoming scalable (managed) Postrgres looks really nice. Are there any downsides / challenges with hosting a Phoenix app on ...
New
SZJX
I’m trying to deploy an existing Phoenix app to fly.io. After a few tries it seems to work, but now I get the “The app is not listening o...
New
nallwhy
I’m deploying my app with fly.io. I have no idea how to run ecto migration before deploying. If I don’t do that, new version app will m...
New
low.sock
Hi, I’m currently running a Elixir application which leverages Phoenix channels. I’ve clustered my application together using libcluster...
New
jeffdeville
Curious what people think about where to host moderately complicated applications these days. (To scope that, I’ve got 2 multi-tenant pho...
New
jonericcook
Hello, Im curious about what yall are liking these days for running your Elixir / Phoenix app with a PostgreSQL database. I found these ...
New
lardcanoe
I couldn’t find a good overview post of people’s experience in production with elixir. I’m also wondering if there are common adjustments...
New
rump13
Hi all, I spent quite a few hours now trying to figure out how to connect a vanilla Phoenix app running on Fly.io to Supabase but I coul...
New
liamkillingback
Error: Cannot find module ‘tailwindcss/plugin’ I’ve just come across this new error whilst launching/deploying to fly. When the deploy g...
New
tansan
I followed their fly launch guide and it should be straightforward and it should work out of the box after they inject the DATABASE_URL, ...
New
Zsolt
I’m trying to get some code to run in Flyio Flame machines. I have a phoenix app (although, I think the question applies more generally ...
New
larshei
Hey everyone! Preface Over the last days I started to create an online version of Doppelkopf, a german classical card game, using Elixir...
New
liamkillingback
Hello, So I’ve had no problems with deploying to fly.io up until now, where seemingly randomly I’m now having this error whilst trying t...
New
chrisdel101
I’m deploying to flyio using the flyctl launch tool + my app runs locally. I have a function that reads a file. def read_json(json_fil...
New

Trending Over Three Years Top

aswinmohanme
I have a Phoenix 1.6 app deployed on fly.io, I followed the official guides by fly and the new 1.6 docs to deploy to fly.io. I have also ...
New
PJUllrich
I am trying to use fly.io to deploy a simple Phoenix + Ecto app, but have problems connecting Ecto to the provisioned Postgres instance. ...
New
Nefcairon
Hello, In my attempt to develop a phoenix web app I have created a fly.io account. fly.io requires a docker image and I get following er...
New
tadasajon
So I have a hello-world Phoenix app deployed on Fly.io, which I achieved by following this guide: Getting Started · Fly Docs When I say...
New
CharlesIrvine
I’m working on deploying to fly.io on the free tier. Just trying things out for now. After I’ve deployed by app with fly launch, I’m not...
New
Exadra37
I am considering to use Fly.io to deploy my Phoenix Apps, but reading their docs I got caught by surprise with this: The platform works...
New
jack-s9
Simplify and streamline your Elixir Phoenix Deployments. Deploy with tools that are easy to use, maximize Elixir’s features, and have ex...
New
tadasajon
The consensus in the elixir community seems to be that Fly.io is the way to deploy Phoenix apps, and I have successfully done this myself...
New
Pistrie
I’m looking for a service to host a (couple of) small Elixir application, and Fly.io looks interesting. However, they want your credit ca...
New
pedrocaseiro
Hey! Trying to deploy my fresh phoenix 1.6.15 app to fly.io by following the documentation. It should be as simple as doing a fly launch,...
New
f0rest8
Where is the server’s priv folder on Fly? I’m having trouble finding a file that I hope is being copied correctly during deployment. For...
New
ijdickinson
I’m trying to get Honeycomb set up with my Elixir/Phoenix app. I’ve been following the guide in this blog post by Dave Lucia as a startin...
New
niccolox
inspired by the latest Phoenx.Components work on dev I started to build a Phoenix 1.7 dev sandbox and include a Phoenix Components DaisyU...
New
nallwhy
I made a toy project that provides a simple API for testing. https://json.media/test_api This project is served via fly.io. Here is my...
New
msimonborg
Hello, I have been using the Postgres NOTIFY feature via Postgrex.Notifications to listen for messages emitted after insert of a table r...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement