Error You hit a Fly API error with request ID in LHR region with no outage?!

Hi, just tried to deploy the nodejs example given in the docs, when doing the following:

PS C:\Users\bearc\Desktop\dev\Web-Typescript\hellonode-builtin> flyctl launch
An existing fly.toml file was found for app hellonode
? Would you like to copy its configuration to the new app? Yes
Creating app in C:\Users\bearc\Desktop\dev\Web-Typescript\hellonode-builtin
Scanning source code
Detected a NodeJS app
? Choose an app name (leave blank to generate one):

? Choose an app name (leave blank to generate one):
automatically selected personal organization: cookernetes
Some regions require a paid plan (fra, maa).
See https://fly.io/plans to set up a plan.

? Choose a region for deployment: London, United Kingdom (lhr)
Error You hit a Fly API error with request ID: 01GVKJQ7NSSMDBSDY9G3NDKTEZ-lhr

And this is my fly.toml:

app = "hellonode"

[[services]]
  internal_port = 8080
  protocol = "tcp"

Hello, we in fact are having an outage that impacts creating apps: Fly.io Status - Consul cluster outage

Ah ok. Can I also ask if I can like on railway.app deploy stuff like a database easily as well in the same “project”? Or is that something that fly cannot do?

You’re probably looking for our Fly Postgres offering: Fly Postgres · Fly Docs
I’m not sure what a “project” on railway.app is, but you can launch a Fly Postgres database as an app in your organisation, next to your Node.js app, and they can talk over a private network.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.