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
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
36 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

15 30 50 per page