Questions tagged [deploying]
161 questions
1
vote
1 answer
I can access the website locally but can't access it through the internet After openning the port
I want to make my phone a Linux web server, by using the userLand application which gives you the ability to use ubuntu distribution on Andriod.
I already installed Django and ran my server on port 8080 since port 80 is busy (seems logical that…

عبدالرحمن ايمن
- 13
- 5
1
vote
2 answers
Firebase creditentials.json file in Github?
I have a Nodejs server with Firebase Admin. I am now confused as to how to have the Credentials ready in my github or anywhere when I want to host my server. In the Firebase docs they explicitly recommend using export…

Nikola-Milovic
- 1,393
- 1
- 12
- 35
1
vote
1 answer
Heroku deployed app is not sending proper response while if I run heroku locally using heroku local web , I am getting proper response
I am trying to deploy a node+express+mongo into heroku.
index.js
const PORT = process.env.PORT || 3200;
const CONNECTION_URL =
"mongodb+srv://aarthi:C@cluster0.prt4u.mongodb.net/BookMyShow?retryWrites=true&w=majority";
mongoose
…

Aarthi Kannan
- 13
- 2
1
vote
3 answers
How to fix next.js error: Error: > Build failed because of webpack errors
I'm trying to deploy a next.js app to netlify and trying to get the output folder but when I run "npm run build" I get an error like: Error: > Build failed because of webpack errors
at build…

Curdarious Bell
- 19
- 1
- 2
1
vote
1 answer
Deploying JS app to Heroku - Error H10 503 error, app crashes
My app - https://github.com/amyequinn/weatherApp runs perfectly running npm start on terminal however when deploying the app to Heroku it crashes and I cannot find the solution. The error is H10, App Crashed at Get method, Status…

Amy Quinn
- 11
- 5
1
vote
0 answers
Error while deploying war file on Tomcat server version 8
While deploying war file on tomcat server, I am getting below error message:
ERROR: Step ‘Deploy war/ear to a container’ aborted due to exception:
java.lang.InterruptedException: [DeployPublisher][WARN] No wars found. Deploy aborted. %n
at…

Kavita12
- 11
- 1
1
vote
1 answer
NoClassDefFoundError when attempting to run Java Spark app on command line
I'm trying to run an application using spark on java, but when I try mvn package; mvn exec:java I keep running into a NoClassDefFoundError.
When I tried running the program in PowerShell and in Intellij and keep getting the same error(below). when I…

tjf220
- 11
- 3
1
vote
1 answer
I would like to know why my website is not showing up on Edge? it's developed on JavaScript
Thing is someone told me that this "..." is not supported on Edge. There's something with the following code that has compatibility problems and the website is not showing up.
Here's the code:
//<< Mapping hash
hash = {
route:…

Reynald Ramirez de Luna
- 339
- 3
- 11
1
vote
1 answer
deploying laravel into Nginx getting error "failed to open stream: No such file or directory"
I have a problem with deploying laravel into my Nginx. I deployed my laravel app thru github.com
but when I execute php artisan config:cache or php artisan make:auth
This is the error I get:
PHP Warning:
…

paferdez
- 31
- 5
1
vote
1 answer
Getting error 503 after deploying node backend on heroku. Anyone know why this could be?
After
I am getting this error after deploying the app... Anyone know why this could be happening?
This is what I am getting in the console:
Failed to load resource: the server responded with a status of 503 (Service Unavailable)
This is the heroku…

Angie Spears
- 45
- 5
1
vote
1 answer
http request not working at deploying app
I was coding an application who includes an http request, jquery and some stuffs. When I run this app through ng serve it works but when I deploy it using now it doesn't work. I have to mention that the application includes jquery, jquery-ui,…

Miguel Barra
- 769
- 1
- 5
- 7
1
vote
1 answer
Deploying a Java Spring, REST and Angular JS app on a standalone Tomcat Server
I created a Java Spring and AngularJS application using Intellij IDE. I created a war (Web Application:Exploded) file in intellij. I put this war file in the Tomcat webapps directory and the AngularJS code deployed fine and I could open it in the…

drea
- 11
- 5
1
vote
1 answer
How to correctly deploy Bokeh app requiring server callbacks?
I want to use a Bokeh server to persist my plot and data, so I can embed my Bokeh app in a website. I'm trying to recreate the example given on the Bokeh 0.12.6 documentation:
from bokeh.client import push_session
from bokeh.embed import…

swetharevanur
- 99
- 1
- 11
1
vote
1 answer
war file not deploying in Tomcat
I have a war file which i want to deploy in my system on tomcat .What I've so far is
1.Shutdown my tomcat from cmd.
2.Set environment variables "C:\Program Files\Java\jdk1.7.0_51" and "%CATALINA_HOME%/bin" .
3.Set appBase="webapps"…

Mr. Ambivert
- 25
- 1
- 8
1
vote
0 answers
Issue with getting discord bot to Heroku
Every time. I have 2 pythons should I delete the smaller version and try then?
ERROR:
-----> Python app detected
! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
! Learn…

Tommy
- 11
- 2