Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
0 answers
146 views

Im creating an sveltekit app that fetches json from /static/schemas/{param}.json The schemas folder will contain hundreds of json files so I really dont want to import it. Example route: http://...
Ringziii's user avatar
0 votes
1 answer
86 views

For the time being I don't want anyone to be able to access my apps on convox rack. But I do want to put it into production. Is the whitelist parameter on a rack the way to do this? https://docsv2....
amlwwalker's user avatar
  • 3,344
0 votes
2 answers
147 views

I have a gen3 AWS rack. My convox build is very slow. (30 minutes+) I am using a custom docker file in my convox.yml to build my services. When I run convox build I can see that the docker image is ...
Rhys's user avatar
  • 21
0 votes
1 answer
123 views

My build volume is currently at 1TB as I've had to increase it several times over the years to handle out of space errors. Is there anyway I can remove old builds so I can have a smaller build volume?
Scott Messinger's user avatar
0 votes
1 answer
71 views

We run a cloud platform with subdomains for each customer (similar to how Shopify has mystore.myshopify.com). It currently runs as a Gen1 app, and will likely need to be upgraded soon. According to ...
schmoove's user avatar
  • 502
0 votes
1 answer
344 views

Suddenly getting a InvalidParameterException when running convox ps: InvalidParameterException: Invalid identifier: Identifier is for cluster AAAAAAA. Your cluster is BBBBBBB. status code: 400 We ...
schmoove's user avatar
  • 502
-1 votes
1 answer
158 views

I'm suddenly having issues deploying my apps to AWS ECS using the Convox CLI. When I am trying as of Friday, this is what happens: $ convox deploy -a my-app -r test Packaging source... OK Uploading ...
squirmybroom35's user avatar
0 votes
2 answers
132 views

I am using convox to store secrets, it seems it uses env variables to do that and I am not sure if tha is enough of I need to evaluate another tool such aws or vault do you have thought about Convox ...
max's user avatar
  • 1
1 vote
1 answer
1k views

I've just been through the steps to upgrade our Rails app from 5.1.6.2 to 6.0.0 via 5.2, (I chose to not to worry about the credentials concern until 6.0.0 in case it ended up meaning I had to figure ...
Arepo's user avatar
  • 889
1 vote
1 answer
320 views

I'm getting a weird error from convox when I go to delete a resource: $ convox apps delete my-app Deleting my-app... ERROR: app is linked to syslog-1234 resource Weirdly, when I investigate that ...
williamcodes's user avatar
  • 7,446
0 votes
1 answer
237 views

How can I add multiline env variable to convox? I’ve tried to add it via console.convox.com, and only first line is added, other lines are being truncated. Tried via convox env set VAR $VAR, and it’s ...
rado's user avatar
  • 111
4 votes
2 answers
6k views

I have cron job services on my nodeJS server (part of a React app) that I deploy using Convox to AWS, which has 4 load balancer servers. This means my cron job runs 4 times simultaneously on each ...
BeardMagician's user avatar
1 vote
1 answer
210 views

Is it possible to use local docker image in convox compose.yml , that has not been pushed yet . I want to maintain tags for images locally and use them in my docker-compose.yml. I do not want to store ...
emme's user avatar
  • 225
0 votes
1 answer
949 views

Here is the compose file that I am using. It consist one postgres db container and one redis container. On top of them I have a gunicorn-django-python web server(docker image:python-3.5). There is one ...
PyThon's user avatar
  • 1,067