W
Wasp3w ago
victor

Wasp 0.16 deployment in fly.io issue

getting an issue in deployment using the version 0.16.0 tried to follow this instruction https://wasp-lang.dev/docs/deployment/deployment-methods/paas#redeploying-after-wasp-builds even tried to delete my custom docker file
No description
2 Replies
kapa.ai
kapa.ai3w ago
Hi @victor. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- I apologize, but based on the provided knowledge sources, there isn't enough specific information about deployment issues with Wasp 0.16.0 on Fly.io to give you a complete answer. The knowledge sources don't contain details about this particular version or any specific issues related to it. However, I can provide some general guidance based on the available information: 1. When redeploying after Wasp builds, you may need to handle the fly.toml file carefully. According to the Wasp documentation on redeploying, you have a few options: - Copy the fly.toml file to a versioned directory and reference it in your deployment commands. - Backup the fly.toml file before running wasp build and copy it back afterwards. - Regenerate the fly.toml file using flyctl config save -a <app-name>. 2. If you're encountering issues, you might want to try deploying using the Wasp CLI command:
wasp deploy fly deploy

wasp deploy fly deploy

This command is used to update your deployed app with the latest changes, as mentioned in the Wasp CLI deployment documentation. 3. If you're still facing problems, it might be worth considering upgrading to the latest Wasp version, as suggested in one of the Discord support threads. This has helped resolve similar issues in the past. If these suggestions don't resolve your issue, you may need to provide more specific details about the error you're encountering. The Wasp team is aware of some deployment challenges and is working on improving the process, as evidenced by the open GitHub issue on improving Fly deployment error handling. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @victor, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
miho
miho3w ago
Could you share the exact commands you are running when deploying?

Did you find this page helpful?