Skip to main content

Questions tagged [deployment]

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

0 votes
0 answers
4 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
4 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
7 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
6 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
12 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
9 views

Images stored in wwwroot/images are not shown

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
4 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
44 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
34 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
14 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
12 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
14 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

15 30 50 per page
1
2 3 4 5
1778