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 ...
Nathan's user avatar
  • 235
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 ...
Akarshan Ghosh's user avatar
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. ...
geon's user avatar
  • 27
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....
Manoj T J's user avatar
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 @...
Adi Miuprix's user avatar
-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 ...
Roman Schesler's user avatar
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 ...
Ihtisham Khan's user avatar
-1 votes
0 answers
10 views

Images stored in wwwroot/images are not shown [closed]

I'm new to ASP.NET MVC and C#. I have a project that shows images in wwwroot/images. I was able to get the images into the folder and in my computer works fine the image are displayed perfectly, but ...
Julian Castrillon's user avatar
0 votes
0 answers
6 views

Exporting React-Native app with expo error: Minified React error #130

I have a react native app that i export with expo npx expo export --platform web npx serve dist when i visit the served site i get this error: Error: Minified React error #130; visit https://reactjs....
livi's user avatar
  • 1
0 votes
1 answer
56 views

Why can't we deploy to the app engine with nodejs version 20?

Since this morning we are not able to deploy to the app engine on GCP. We recieve this kind of error message. ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Error(s) encountered validating runtime. Your ...
Olivier Pacqueu's user avatar
0 votes
0 answers
9 views

Why my AWS ECS cluster is not showing the option to switch to code-deploy controller?

I am creating an application & deployment group in aws aws code-deploy, but I am facing the issue while creating the same. Screenshot for reference: I have tried to update the code-deploy ...
Abhishek Lc's user avatar
0 votes
1 answer
35 views

No https triggers found while deploying python code in Azure functions

By using Visual studio I deployed my python code as the deployment was successful But there is no link generated and also I cant see my deployment in my function app as in output terminal I can see ...
Bandaru Prudhvi's user avatar
0 votes
0 answers
15 views

Error while Jenkins Deploy : java.io.IOException: Unable to open root Jar file 'war:file:/apps/MYBOOTApp.jar*/BOOT-INF/lib/spring-webmvc-6.1.8.jar'

Getting Below error only while deploying it through Jenkins. App runs Fine in Local Recently upgraded to springboot 3.3.0 , JDK 17 Jenkins build is successful but deploy fails Checked spring-webmvc-6....
Sanjeev Kumar's user avatar
-1 votes
0 answers
15 views

How to Properly Use Cookies for Authentication in a Web Application?

I'm working on a web application and need guidance on using cookies for authentication. Note: I am a student so I might be missing some obvious points so please point them out if there are any. I ...
Aditya's user avatar
  • 29
0 votes
0 answers
13 views

Path / base-url issues in deploying Angular app

I'm deploying my first Angular app and I think I have problems of path or base url. According to the server manager, the Web App is unique and serves multiple domains. Each domain is a unique USER ...
Lorenzo's user avatar
  • 73
0 votes
0 answers
15 views

Next.js Application error: a client-side exception has occurred (see the browser console for more information) error

I've deployed my Next.js project to Vercel. I've correctly set NEXT_PUBLIC_BACKEND_URL in the Environment Variables tab to fetch my data, but when I try to access the admin panel, I'm getting an "...
Ahmet Avcu's user avatar
0 votes
0 answers
10 views

how to align the items in the navbar ?? Using html and Bootstrap5

I want to create nabvar,with logo on the right side of navbar and other items(Home,Contact Us,About...) towards the left. but when I try to align items, all are moving compleltely towards left. I want ...
KP Maniteja's user avatar
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 ...
GifftyCode's user avatar
-1 votes
0 answers
14 views

Ionic React App Shows Blank White Screen After Deployment on Netlify/local

I have created an Ionic React app and tried to deploy it on Netlify. However, after deployment, I encountered a blank white screen. To debug, I ran npm run build locally, went inside the dist folder, ...
Deepu V Nair's user avatar
-1 votes
2 answers
25 views

index js code appears on the home page in vercel deployment

I am working on an ecommerce app using mern stack. I tried deploying it on vercel but for some reason the homepage shows the index js code and no other routes work, neither the api routes nor the ...
ISHAN JARWAL's user avatar
-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 ...
Ananthram J's user avatar
0 votes
0 answers
24 views

Running laravel application on AWS EC2

ss of my webpage getting this error, even after trying multiple permission changes and ownership changes. I am trying to run a laravel application in my ec2 instance, after installing all the ...
Bala's user avatar
  • 1
0 votes
0 answers
13 views

Image Working on Localhost but Broken in Production in Next.js

I'm working on a Next.js project where images display correctly on localhost. After running npm run build and npm start, everything works fine locally. However, once deployed to production, the images ...
farhan ajmal's user avatar
0 votes
1 answer
10 views

getting Heroku Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch on fastAPI backend app

pardon the question as I am new to backend deployment I have the a very simple program from fastapi import FastAPI from fastapi.encoders import jsonable_encoder app = FastAPI() @app.get('/') async ...
balakuz's user avatar
  • 21
-1 votes
1 answer
15 views

Can we use Hedera JSON-RPC relay to deploy contracts and make signed transactions?

Got error while deploying smart contract in Hedera Hashgraph using local relay. Hi, I'm trying to deploy a smart contract in Hedera Hashgraph using web3.js. We are running a JSON RPC relay in an EC2 ...
Valli Nayaki Chidambaram's user avatar
0 votes
0 answers
21 views

Issues with environment variables during deployment

I'm trying to deploy a FastAPI application on Render and I'm encountering an issue. When I attempt to deploy the application, I receive the following errors: ==> Exited with status 1 ==> Common ...
123 123's user avatar
  • 11
-1 votes
0 answers
22 views

How to deploy React Typescript Three/fiber on Netlify.com [closed]

I'm trying to deploy React Typescript Three/fiber and Three/drei to Netlify.com. Deploying is success but I can't see any Html elements that I wrote. I got these messages in inspector window. I guess ...
BlackDragon94's user avatar
-1 votes
1 answer
32 views

How can I deploy my nodejs (with typescript) backend on vercel?

I have designed backend of my MERN application using typescript with all the configurations required for ts. Following is hierarchy of my project: Following is my tsconfig.json. { "...
Tauseef Razaq's user avatar
0 votes
0 answers
10 views

Text file listed in MANIFEST.in disappears when installing python script

I have coded a small CLI tool that I want to be installable. For that I've created a requirements.txt to list the dependencies, a setup.py that is used to install my tool via pip install .. My tool ...
SchnJulian's user avatar
0 votes
0 answers
42 views

MERN backend not working on other computers after deploying

I deployed my MERN stack app on Render. It's a flight management app and when I go to the website on my computer, I'm able to add new flight information and it displays it on the homepage. When I open ...
Dariel's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
889