Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

I have an app deployed through Heroku and running in multiple environments. Staging and production have dedicated links which are registered with an auth application in Google Cloud Console and work ...
usselman's user avatar
0 votes
1 answer
64 views

I’m running a Django (ASGI) app Heroku using Gunicorn with the Uvicorn worker to support WebSockets. Heroku has a hard 30-second request timeout. When a request exceeds 30 seconds, Heroku closes the ...
Maulik Harkhani's user avatar
0 votes
0 answers
34 views

I have a serverless function running on Nextjs, hosted on Vercel. The database is hosted on Heroku. I use EasyCron as a provider for the cron jobs. Recently, there was an upgrade on the database and ...
Loïc Boset's user avatar
0 votes
0 answers
32 views

After creating a Profile with run command java -jar target/fractals-1.0-SNAPSHOT.jar -Dserver.port=9090 -Xmx512m system gives: Error: Could not find or load main class com.fractals.sierpinski....
Cristian's user avatar
-1 votes
1 answer
50 views

I have a JPro-Maven application that i run with "clean install jpro:run". I want to run-deploy same app on Heroku without too many configs or to do things perfect. I use now heroku-maven-...
Cristian's user avatar
0 votes
0 answers
27 views

I’m deploying a Node.js app to Heroku that fetches GA4 analytics using the @google-analytics/data and google-auth-library packages. Everything works locally, but on Heroku the build or runtime fails ...
user31666033's user avatar
2 votes
0 answers
99 views

Context: long lifetime rails applications running on heroku with puma (with legacy config). In the past I've configured puma (using config/puma.rb) to disconnect before fork and I'm pretty sure this ...
Tim Diggins's user avatar
  • 4,566
0 votes
0 answers
100 views

I have an issue with my code in production Heroku (running without problem locally). I get the error Target class [livewire] does not exist This is the code in my AppServiceProvider which triggers the ...
KarmaWin's user avatar
1 vote
1 answer
74 views

I'm working on an app that I developed in Rails 7.2 (git controlled) and the production platform is Heroku. I'm already on release v50 (Heroku). In my latest version I added support for Active Storage ...
Matiss Horodishtiano's user avatar
1 vote
1 answer
150 views

I am trying to use the fast deploy of n8n with heroku: link deploy But, I get the following error: We tried to create heroku-postgresql:essential-0, but received an error from the add-on provider. Try ...
Orion Software's user avatar
1 vote
1 answer
65 views

I am trying to create a Salesforce object in my Rails app. When I do so, the object is created on the Salesforce end and it might take a few seconds for the object to be populated with the SFID before ...
Kyle Bachan's user avatar
  • 1,117
0 votes
1 answer
60 views

I'm migrating my development to django-tenants, I didn´t had any issues doing it on my local, but when I push my changes to the prod environment in Heroku, I'm getting the following error: ...
Jorge López's user avatar
0 votes
0 answers
37 views

My application uses local parameters extensively. I'd like to set defaults for these, by running e.g. ALTER DATABASE <NAME> SET "app.role" = '';. This works fine in my local database, ...
aantia's user avatar
  • 114
0 votes
0 answers
28 views

Currently, I cannot create any app webhooks due to the following error: "app_id max number of webhooks exhausted." However, I receive the same error message even when I try to remove ...
Dat Tran's user avatar
0 votes
0 answers
28 views

I'm trying to deploy a NestJS backend app from Bitbucket Pipelines to Heroku using the atlassian/heroku-deploy pipe. What I Have: My repo is hosted on Bitbucket. project /backend /frontend .bitbucket-...
Code Guru's user avatar
  • 15.8k

15 30 50 per page
1
2 3 4 5
2889