Skip to main content
-1 votes
1 answer
34 views

How to debug Ruby on Rails in Heroku Staging with VSCode

We've set up a Heroku Ruby on Rails API app and used the Pipeline feature to create a Production and Staging copy of the app. We develop on a Linux VM with VSCode Remote from Windows PCs and push ...
Bill Wagoner's user avatar
0 votes
0 answers
46 views

Error 500 on the Heroku server, when locally everything is fine

I made an django app from the "Python Crush Course" book and when I try to login or register in my django app on heroku server, I have an error 500 on webpage and error 200 on logs. However, ...
Hocuda's user avatar
  • 1
0 votes
1 answer
21 views

How can I create a Heroku app in a team from the API?

I'm a member of a Heroku team, and I would like to be able to create Heroku apps programatically. I can create an app for my individual account easily enough with: curl -X POST https://api.heroku.com/...
Dan's user avatar
  • 12.6k
0 votes
1 answer
49 views

Issue with changing name of my heroku app in heroku cli

I can't change name of my heroku app from heroku cli: (ll_env) [arch@archlinux dj_proj]$ heroku apps:rename my_learning_log › ModuleLoadError: [MODULE_NOT_FOUND] require failed to load › /usr/...
Hocuda's user avatar
  • 1
0 votes
0 answers
21 views

Which Database name Should I Follow When Upgrading Heroku Postgres?

I am following the Heroku documentation for upgrading the version of a Heroku Postgres database. I am currently on Step 1: Provision a Follower Database However, when I ran the command heroku pg:info -...
Mark Nunes's user avatar
0 votes
0 answers
26 views

How can a proxy be used in an Angular application on Heroku?

I have one angular application and one spring boot (backend) application. These applications are hosted as applications created with Heroku dashboard. Backend api's base address: https://my_app.heroku....
Özgür Akıncı's user avatar
0 votes
0 answers
17 views

Is it possible to provide an npm build command during a git push to heroku?

The relevant part of my package.json looks like this: "scripts": { "build-1": "cd proj1/client && npm i && npm run build && cd ../..", &...
era's user avatar
  • 29
1 vote
0 answers
49 views

Heroku Deployment Issue: 'dotnet: command not found' for .NET Core Console Application

Body: I'm trying to deploy a .NET Core console application (.NET 8) to Heroku, but I'm encountering an issue where the dotnet command is not found when the application is started. Here's a summary of ...
x19's user avatar
  • 8,733
0 votes
2 answers
47 views

I am trying to view rows and run queries in my heroku postgres database using the heroku pg:psql command but I always get this error

I am trying to view rows and run queries in my heroku postgres database using the heroku pg:psql command but I always get this error : --> Connecting to postgresql-tapered-69603 psql: error: ...
Braden Allred's user avatar
0 votes
0 answers
122 views

`/bin/bash: line 1: heroku: command not found` in docker container

I am trying to use the heroku cli in a bun environment. It works locally, but does not work in the docker container. I tried installing it via npm -g too. I tested it in node:current-bullseye and that ...
ihaveaquestion's user avatar
0 votes
0 answers
33 views

Heroku cli login error: unable to verify the first certificate

I treid to login using following commands to setup new heroku project. But I'm getting the error **unable to verify the first certificate** heroku auth:login --browser=chrome heroku: Press any key to ...
Lokesh's user avatar
  • 1
0 votes
0 answers
23 views

Error when doing git push heroku main "fatal: unable to access 'https://git.heroku.com/appname.git/'"

The complete error: fatal: unable to access 'https://git.heroku.com/appname.git/': SSL: certificate subject name (*.parasense-dev.net) does not match target host name 'git.heroku.com' It was working ...
Vardan Agarwal's user avatar
0 votes
0 answers
43 views

django.db.utils.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib '/app/.apt/usr/lib/libmsodbcsql-18.3.so.2

My django heroku app is building but fails during the release process with the error below. django.db.utils.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib '/app/.apt/usr/lib/...
sandysanddog's user avatar
0 votes
0 answers
42 views

Heroku run via their node-heroku-client

How can i use the heroku run command via the node-heroku-client? I want to drop and create the tables in a database via herokus node-heroku-client, but I don't find the endpoint for that. Is there an ...
ihaveaquestion's user avatar
0 votes
1 answer
63 views

How to pass HEROKU_APP_NAME from Review App to CI application

I try to run test collection via newman for my Review App on CI App but I don't know how to pass URL of the app. In app.json I have something like that: "environments": { "test"...
Arteliar MG's user avatar

15 30 50 per page
1
2 3 4 5
48