Questions tagged [web-deployment]

The activities that make a website available for use on a remote system.

After a website is successfully developed, it can be deployed into a web server so that it can be used. The activities that make a website available for use if called web-deployement

4762 questions
1
vote
1 answer

Cannot display conent from app.js when deploying on Netlify (npm run build)

I am having trouble getting content to come through in my app.js file when I try to host on Netlify (npm run build) Here is what my package.json file looks like: { "name": "nasa-app", "version": "0.1.0", "private": true, "dependencies": { …
able-leopard
  • 115
  • 1
  • 14
1
vote
1 answer

Is there any way to deploy front end code inside s3 bucket?

Is there any way to deploy front end code (html, static files) inside s3 bucket like apache deployment?
jeeva
  • 396
  • 6
  • 22
1
vote
1 answer

What's the easiest way to deploy a a Multiservices Spring/Python project on the AWS?

I have created a Multiservices Spring/Python project. What's the easiest way to deploy it on the AWS cloud with 4 machines?
Mohamed Zouari
  • 395
  • 1
  • 5
  • 14
1
vote
1 answer

Netlify deploy with results of TypeError: Cannot read property 'data' of undefined

I have completed my project using Wordpress as a headless CMS, this work locally; however when deploying to netlify I am getting cannot "TypeError: Cannot read property 'replace' of undefined" The Error is referencing my node file, which is included…
1
vote
1 answer

Heroku deployment : Something is already running on port ****

I tried to deploy my app (ReactJs-NodeJs-Mongo) on Heroku. But i got a problem when i tried to start it, i got a error message with "Something is already running on port ****". My back is running, but not my front. It's the first time i try to…
Daisho
  • 11
  • 3
1
vote
2 answers

Minikube springboot receive request and doesn't respond correctly

I'm beginning with kubernetes and docker and facing an issue. Deployed a springboot app on minikube after converting it to docker image (using minikube's docker)... the app is online and receiving request so well as you can see in the below…
Mssm
  • 717
  • 11
  • 29
1
vote
2 answers

Mern stack app working on heroku local but not working online when deploy

I had my mern stack app on Heroku and previously it is working fine but now it is deploying fine but not working. All the API are working fine but the frontend is not rendering. When I visit the homepage it says /app/client/build/index.html all…
Ashad Nasim
  • 2,511
  • 21
  • 37
1
vote
0 answers

Certain Page on website will not display after deployment

I managed to deploy my first website through Heroku, but when I click on an icon to see another page (Current Projects page), it won't display - I get a "Cannot Get CurrentProjects". I did some research and found it could potentially be that my…
csb00
  • 1,091
  • 2
  • 18
  • 36
1
vote
1 answer

Create Rating starts in django

I am new to the django, and I am working on a data science project that aims to create a web application that interact with user in order to gather same data in first step, and after that, make a recommendation to the user. My issue is that I have…
Ayoub EL MAJJODI
  • 161
  • 1
  • 10
1
vote
0 answers

PHP version on my localhost and web server

I just started developing a website on my local host and I realized that my localhost and my web server have different PHP versions. I have downloaded XAMPP with PHP version of 7.2.20. My host / web server is running on PHP 7.0 When I will…
1
vote
1 answer

Job listing website - Let my client adding new

I am a CS freshman from France and I am currently working on a very basic job-listing website with no login system (just applying directly on the job listing). I have (almost)finished the front-end part using html, css and js but right now I am a…
user11613772
1
vote
2 answers

How to run apache-superset in production?

I have built apache-superset from source on my local pc. I git pushed it to my server and now I'm trying to use it in production and access the webapp like: ip:port I built it the same way as in my local environment, but I cannot access it on the…
Snow
  • 1,058
  • 2
  • 19
  • 47
1
vote
0 answers

How to fix 'Error 405: Method Not Allowed" from MERN app deployment to Heroku

I deployed 2 apps to Heroku following tutorials for MERN stack application development and deployment, and both times, when I open the app in the browser via Heroku's "Open App" link, I get a server error displayed called 405 and it renders text to…
1
vote
1 answer

How to calculate the height of a header in tag?

How do I calculate the height of a
tag from a
tag so that I can use the calc() function to calculate the rest of the screen space available to span a banner in its place. HTML: