Skip to main content

Questions tagged [deployment]

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

deployment
-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
1 vote
1 answer
42 views
+100

How to build React Native Expo app using env variables from eas secret?

I have a .env file: REACT_APP_URL={value} REACT_APP_API_URL={value} REACT_APP_VEHICLE_IMAGE_URL={value} REACT_APP_NAME={value} REACT_APP_GA_TRACKING_ID={value} REACT_APP_WEBSITE_URL={value} That is ...
n9p4's user avatar
  • 264
0 votes
0 answers
7 views

Cannot deploy strapi app to cpanel using phusion passenger

I have old version of cpanel having node 16. I am trying to deploy strapi app but it keeps on failing I have just create a zip of code and than uploaded it to document root, after that I click on ...
Muhammad Uzair's user avatar
0 votes
0 answers
29 views

How to Fix "Failed to Load Module Script" Error for React App Deployed on VPS with Nginx?

I'm a beginner trying to deploy my React application (static web pages) on a VPS using Nginx, and I'm running into a problem. After deploying, my app loads but doesn't display anything. The browser ...
Jeevons Eya-Jr-Iq's user avatar
0 votes
0 answers
47 views

Locally working correctly but when deploying on azure app service every thing working expect SSR. Not able to find what am I missing?

STEP 1 - I build .Net Core 8.0 Application(API Application) STEP 2 - I Build Angular 17 SSR Application STEP 3 - After ng build build command, I copied dist/server and dist/browser folder's file and ...
Dimpal's user avatar
  • 1
0 votes
0 answers
72 views

Local access by private IP to an ASP.NET Core application deployed in IIS 10

I'm trying to deploy my application in IIS 10. Access to app should be by private IP 192.168..... In the section Edit Bindings I specified following settings: Type: http; ip: 192.168....; port: 80 I ...
mashaji's user avatar
0 votes
1 answer
35 views

Why changes from BAS are not reflected in Fiori launchpad?

I have created the custom Fiori application in BAS and deployed to gateway ABAP repository which is central hub ECC system. Whenever I change something and deployed again, the recent changes are not ...
LATA R SARSU's user avatar
0 votes
0 answers
21 views

Stripe payment not going through in production but working in development

I have a django project that I am deploying and have a stripe integration for payments in it. It works perfectly fine locally and goes through but does not work on my linux server. What could be ...
Aaro's user avatar
  • 1
0 votes
1 answer
35 views

What do I do with the YAML file when deploying my Flask application?

I'm pretty new to python and Flask development. I'm primarily a frontend JavaScript/React developer. I am building a tool that uses the Google Ads api, and their documentation had me create a yaml ...
Ryan Hemlock's user avatar
0 votes
0 answers
22 views

Python Serverless Function exceeds the unzipped maximum size of 250 MB (Vercel)

I am attempting to deploy my NextJS/Flask application to Vercel, but I keep encountering an error stating "A Serverless Function has exceeded the unzipped maximum size of 250 MB." This error ...
John Flickinger's user avatar
-1 votes
0 answers
19 views

How to Package and Distribute an Electron App for Use on Another Computer? [closed]

i'm very new to development (i started learning 4 months ago) and i took the challenge to make a simple desktop app using VSCode and electron for my internship's supervisor, it basically helps him to ...
Noso's user avatar
  • 1
0 votes
0 answers
39 views

Problem in deploying django app using plesk

I am trying to deploy my django app and i am using plesk as a host. But i have 2 problems In order to reach the website instead of typing mydomain/login i have to type mydomain/templates/login.html ...
Diana Sk's user avatar
0 votes
0 answers
16 views

how to make nvidia.com/gpu available in k8s node

when i describe node, there is no gpu resource, why? (this is the node description) I have installed nvidia driver (this is nvidia driver for tesla p4) I have installed nvidia container toolkit, and ...
shizhouhu's user avatar
0 votes
0 answers
7 views

Deploying express api from monorepo failing on render

I am trying to deploy my express backend on render as a web service from a mono repo (github link of repo : GitHub - kartik-chausali/code-arena-turbo) this backend uses different modules which i ...
Kartik Chausali's user avatar
0 votes
0 answers
41 views

How to deploy Databricks Unity Catalog table with CI/CD

Does anyone know how to deploy Databricks schema changes with Azure DevOps CI/CD pipeline? I have created a table in Dev database (in Databricks Unity Catalog) and I want to deploy it to Prod Database ...
Fred's user avatar
  • 3
0 votes
1 answer
48 views

Deploy docker compose to Azure

I have a project with an mvc app connected to another api app that is responsible for retrieving the data. I have created a ci cd to build and push the images to Azure Container registry and it is ...
Patrick's user avatar
0 votes
0 answers
17 views

Issues with CORS and HTTP Requests in Vercel Deployment for Node.js and MongoDB Backend

I'm facing issues with CORS and HTTP requests in my project deployed on Vercel. The project involves a Node.js backend (node-backend.vercel.app) and a frontend (frontend-part.vercel.app). I have ...
ShashidharM's user avatar
0 votes
0 answers
22 views

Deployment crashes when building with new image

I have an react, typescript and webpack application deployed using cloudflare pages. On the last modification I tried adding a new image on my page but the deployment fails to find that particular ...
William Blanchet Lafrenière's user avatar
1 vote
0 answers
12 views

How can I deploy SvelteKit IO app with two ports?

I'm using the SvelteKit IO library for sockets in my SvelteKit application. My main application, when built, runs on port 4173. My socket runs on 3001. Here's the SKIO setup code: I can't change 3001 ...
Safwan Samsudeen's user avatar
0 votes
0 answers
19 views

I am experiencing a 404 Not Found error for my new domain in smarter asp.net

SmarterASP.NET Generated Domain: [example.smarterasp.net] This domain is working correctly and serving my website as expected. New Domain: [www.mydomain.com] This domain is currently showing a 404 Not ...
Fatma Alaa's user avatar
-1 votes
0 answers
24 views

First ruby on rails deploy to Render - mistake appears

Trying to deploy first ROR app to Render. Using following: original manual from official render's site - https://docs.render.com/deploy-rails#create-a-new-project https://www.youtube.com/watch?v=...
Bob Richie's user avatar

15 30 50 per page
1
2 3 4 5
534