Closed victorias closed 2 years ago
Hi @victorias,
Make certain that the token you have was generated in the browser with the same fly account that created the app in the terminal (some have had that problem before). Otherwise you'll need to ask the fly community. There's a link in the README.
If you find something we can do in this project to improve or avoid this, let us know, but I'm going to close this issue since there isn't much we can do.
Hi,
I encountered the same problem.
404 means that project you're targeting doesn't exist in fly.io.
@victorias You need to update app
field in fly.toml
according to your current project app name (fly create $app-name
).
@kentcdodds maybe we could add a warning about that in the README.md ?
PR is welcome! Thanks :)
Hi guys,
Love the project and super excited to get started. I setup everything on a fresh machine and a fresh and got this error in the Docker build step on github actions. I've removed the first part of the log for brevity since it looked fine at a glance, but happy to add more information if necessary. It might be a transient error/network issue, but I've rerun the build a couple of times (~3) and am still getting the issue. Hoping, y'all can help! Thanks so much!