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
1 answer
42 views

How to start gunicorn when using a custom Post Deployment Action on Azure App Service

I am trying to use a Post Deployment Action on Azure App Service with a Flask app. I followed this Stack overflow post to accomplish the Post Deployment Action, but this results in the container not ...
Superdooperhero's user avatar
-2 votes
0 answers
19 views

unable to deploy my deep learning app based on flask [closed]

my ml app based out of flask,it takes pdf as input and lets users ask questions and utilizes BERT model to answer it, so far it is running locally good but no luck in deployment i tried vercel, ...
MOHAMMED's user avatar
0 votes
1 answer
61 views

My dockerfile for deploying my angular app doesnt start the app using a web server either nodeJs or nginx

i have finished my work on an angular project and i need to deploy it using docker , i followed the instructions and made sure that the dockerfile is correct using multiple sources . i tried to use ...
Soye Gh's user avatar
0 votes
0 answers
57 views

SSLHandshakeException: Spring boot with Azure IDP in Docker

I have integrated Azure Idp with spring boot for single sign on, it works well in local or windows deployment as service, but throws SSL exception when deployed in docker, below is the application yml ...
Nishu's user avatar
  • 105
1 vote
1 answer
81 views

Is there a way to mount only the file from k8s secret to a pod without disturbing the existing files in the location?

I am trying to mount a file secret.txt from the secret to location /opt/tomcat/conf/secret.txt. there are other files at the same location e.g. /opt/tomcat/conf/creds.txt that I want to retain. This ...
Mayank Singh Rathore's user avatar
0 votes
2 answers
59 views

AWS Amplify deployment permanent "pending" state

Amplify job is in pending state So GitHub repository and Amplify are connected. When I push anything to the active branches it triggers Amplify (webhook is working correctly), and creates a new ...
Віталій Хоменко's user avatar
0 votes
0 answers
24 views

Django Deploy Nginx Bad Gateway no such file or directory

So, I've been struggling for the past week to deploy my Django project on my VPS server (domains.co.za). After all this time, I managed to figure out a few things on my own. My server runs on ...
Marco Fourie's user avatar
0 votes
1 answer
25 views

Render not hosting backend client

I was trying to deploy my mern stack website using render . When I was deploying my backend repository , I am facing a port error, I deployed my backend, repo so it gave me the backend link. I ...
Aryan Kapoor's user avatar
0 votes
1 answer
26 views

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Our team works in a project where the customer manually deploys (copy/paste) the updated release we provide (ascx, aspx, dll, etc.) for the ASP.NET WEB FORMS web application we are developing. ...
Roger's user avatar
  • 342
0 votes
0 answers
22 views

vercel deploy success but access web error Nextjs 14 undici wrong verssion

Deploy success but access web Application error: a server-side exception has occurred enviroments NEXT_PUBLIC in vercel, node 20.x un build success on local and vercel. But on vercel access page after ...
HKN's user avatar
  • 11
0 votes
1 answer
86 views

Coolify Django Deployment

I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh #!/bin/sh set -e echo "Running migrations..." python manage.py migrate echo "Collecting static ...
omkobass's user avatar
  • 286
0 votes
1 answer
23 views

problem with envrionment variables when creating docker image in ec2 nestjs

In my local environment i made a .env file and used .env file to store my environment variables for oauth2 login and when i built a docker image with it i used docker-compose.yaml file for env ...
김민겸's user avatar
0 votes
0 answers
15 views

Vue.js Vuex State Not Syncing Across Tabs and Direct URL Access

I have a Vue.js application with a login component and a settings page. When I log in and navigate to the settings page via the menu within the login page, the Vuex store updates correctly, and I can ...
Eps's user avatar
  • 1
0 votes
0 answers
8 views

How to use the exported best.pt models from YOLO to create an Flask App?

I have trained 2 yolo v5 models (best.pt) , 1 for segmentation and 1 for object detection with 2 different datasets,i want to create a egyptian glyph detction system in my pycharm locally, how do i ...
shu's user avatar
  • 1
0 votes
0 answers
13 views

Reactjs getting 401 error only at the first time

I am getting 401 error (mern stack project)only when i tap on the profile icon for the first time, but if i refresh the account page then all the datas are shown correctly. This is the page in which i ...
Alim Bin Yeasin's user avatar

15 30 50 per page
1
3 4
5
6 7
2089