Skip to main content

Questions tagged [deployment]

A series of activities that makes a program available for use (usually in test or production environments)

-2 votes
0 answers
24 views

How to reference root lib folder in digital ocean serverless functions?

I am trying to deploy several functions using digital ocean app platform. The docs mention being able to reference a root lib folder. Does anyone have working examples or explanation of how to do this ...
91 votes
33 answers
265k views

HTTP Error 500.30 - ASP.NET Core app failed to start

I deploy a .NET Core app with settings: And the website shows an error: HTTP Error 500.30 - ASP.NET Core app failed to start Common solutions to this issue: The app failed to start The app started ...
2 votes
1 answer
10k views

Django Deployment - scriptProcessor could not be found in fastCGI application configuration

I am learning the process to deploy Django Project through IIS and fastCGI. However, I am facing an error <handler> scriptProcessor could not be found in <fastCGI> application ...
-1 votes
1 answer
9 views

Post curl request in Deployment kind lifecyclehook in deployment yaml file with Openshift upgrade to 4.14

As by OpenShift 4.14, DeploymentConfig is getting deprecated and we need to use kind:Deployment Previous we use something like this for sending notification for deployment: kind: DeploymentConfig ...
1 vote
2 answers
1k views

API not found in vercel deployment

I have deployed my web app on vercel using github. Frontend has been loaded but the api request that the frontend is making giving 404 not found. It's a MERN app by the way Here is my vercel.json { ...
2 votes
1 answer
412 views

Frontend / backend synchronization during deployment

Currently, I have two separate Bitbucket repositories for Frontend / backend respectively. Each repo has its own Bitbucket Pipelines configuration which works independently from each other. Sometimes, ...
10 votes
8 answers
13k views

flutter build web - Only showing blank page

Strangely, I am unable to deploy flutter apps via Flutter web since some days. I have not problem running and debugging the Flutter app in a chrome browser via Android studio but once I try flutter ...
6 votes
2 answers
5k views

Create Github Actions choice input options from a file

Right now, we're running a manual workflow in order to deploy our product to production. We have one input and we can choose our brand which needs to be deployed. It's including options like on: ...
0 votes
0 answers
12 views

Keep getting error while uploading Django project in vercel

while i am deploying my Django project using vercel i am keep getting this error Error: No Output Directory named "staticfiles_build" found after the Build completed. You can configure the ...
0 votes
0 answers
9 views

Production issue on mail server sending in springboot project

root@api:~# tail -f /opt/tomcat/logs/catalina.out at javax.mail.Service.connect(Service.java:342) ~[jakarta.mail-1.6.7.jar:1.6.7] at org.springframework.mail.javamail....
0 votes
0 answers
8 views

AWS api 403 Forbidden in S3, Cloudfront

I've deployed a React application on S3 and a Spring Boot API on EC2, using CloudFront as a CDN. While I can access the static content (HTML, CSS) through CloudFront, I'm unable to fetch API data. ...
0 votes
0 answers
11 views

Facing error when verify using Hardhat ignition

Someone can you help me, I deployed smart contract on Sepolia_Eth, and I want to verifying using hardhat-ignition. npx hardhat ignition verify chain-11155111 But I get the error. Error in plugin @...
-2 votes
0 answers
18 views

Hosting Service for HTML, CSS, JS, Node.js, and MySQL Project [closed]

I have developed a fully functional website on my local machine using VS Code with HTML, CSS, SCSS, JavaScript, Node.js, and MySQL as the database. Now, I want to deploy this website on the internet ...
0 votes
1 answer
13 views

Page Not Found in Netlify [duplicate]

I am currently building a React website and I created a PageNotFound component and integrated on my Routes which works fine but when deployed on Netlify, it displays the default netlify page not found ...
0 votes
0 answers
14 views

Getting authentication error while connecting Laravel application to QuickBooks web connector

I am trying to connect Laravel appliaciton to the web connector, but I am getting an authentication error Although Laravel logs says authentication is successful but web connector shows the following ...

15 30 50 per page
1
2 3 4 5
2091