ifttt-dialogflow-webhook icon indicating copy to clipboard operation
ifttt-dialogflow-webhook copied to clipboard

Stuck after deploying to Heroku.

Open satymshrma opened this issue 2 years ago • 1 comments

Hello. I tried deploying the repo on Heroku, but the page is stuck at "Your configuration is being deploying. Return to this page in few minutes."

Here's a screenshot.

image

It has been more than 30 mins. Am I doing something wrong? Or is this normal and should I just wait it out?

Thank you for your help :)

satymshrma avatar May 07 '22 21:05 satymshrma

Here's a build log from Heroku

-----> Building on the Heroku-20 stack
-----> Determining which buildpack to use for this app
-----> Node.js app detected
       
-----> Creating runtime environment
       
       NPM_CONFIG_LOGLEVEL=error
       NODE_VERBOSE=false
       NODE_ENV=production
       NODE_MODULES_CACHE=true
       
-----> Installing binaries
       engines.node (package.json):  unspecified
       engines.npm (package.json):   unspecified (use default)
       
       Resolving node version 16.x...
       Downloading and installing node 16.15.0...
       Using default npm version: 8.5.5
       
-----> Installing dependencies
       Installing node modules (package.json)
       
       added 189 packages, and audited 190 packages in 7s
       
       10 packages are looking for funding
         run `npm fund` for details
       
       11 high severity vulnerabilities
       
       To address issues that do not require attention, run:
         npm audit fix
       
       To address all issues (including breaking changes), run:
         npm audit fix --force
       
       Run `npm audit` for details.
       
-----> Build
       
-----> Caching build
       - node_modules
       
-----> Pruning devDependencies
       
       up to date, audited 190 packages in 672ms
       
       10 packages are looking for funding
         run `npm fund` for details
       
       11 high severity vulnerabilities
       
       To address issues that do not require attention, run:
         npm audit fix
       
       To address all issues (including breaking changes), run:
         npm audit fix --force
       
       Run `npm audit` for details.
       
-----> Build succeeded!
-----> Discovering process types
       Procfile declares types     -> (none)
       Default types for buildpack -> web
-----> Compressing...
       Done: 39M
-----> Launching...
       Released v5
       https://xxxx.herokuapp.com/ deployed to Heroku

satymshrma avatar May 07 '22 21:05 satymshrma