I'm trying to deploy a Rails app (2.3.8) on AppFog using the commands:
af login
af update app_name
I'm using update because the app is already existing on AppFog. However, I keep getting this error:
Error (JSON 503): <?xml version="1.0" encoding="u...
It happens after uploading the files. Running af update
usually gives me that error. In fact, I've only ran that command successfully once in around a hundred times. I've tried deploying on different times around the clock, but no success. I've also tried using different servers of AppFog (US, EU, SG) but no luck either.
Anyone else having the same issue? Does anyone know a workaround for this? Thanks a lot!