All Questions
Tagged with web-deployment or deployment
30,983 questions
0
votes
0
answers
13
views
Deploy maven-snapshot project to nexus
I have an Eclipse RCP application that uses Maven.
When released, packages are uploaded to a Nexus repository that contains a maven-snapshot repo.
Currently, every time a branch is merged into the ...
-2
votes
0
answers
54
views
API Deployment Failing in Uptime Monitoring App [closed]
I'm building a basic uptime monitoring app (frontend + backend). The application works locally, but I'm running into errors while deploying the API.
I've tried multiple approaches and fixes suggested ...
Best practices
0
votes
0
replies
69
views
Do I need to redeploy an API Gateway stage after switching the Lambda integration?
I’m working with AWS API Gateway (REST API) and testing routes using the “Test” feature in the API Gateway console.
I changed the backend Lambda function that an API route is integrated with (for ...
0
votes
0
answers
52
views
Error in Configuration of mta.yaml of ams-cap-nodejs-bookshop Example at "cds up" Command
I am trying to deploy the ams-cap-nodejs-bookshop example application to Cloud Foundry. I am not a developer, though, I am in user assistance. I want to deploy the example as a reference.
I proceed ...
Tooling
0
votes
1
replies
51
views
Development / Deployment workflow recomendations
I'm looking for Process improvement recommendations.
Today, we have a dozen lab fixtures for setting up hardware.
Most hardware setup is done by python scripts, we have a very small team with no real ...
Best practices
0
votes
2
replies
34
views
How to deploy a project built with cmake and conan deps?
i struggle to understand what should be workflow for using conan inside cmake.
I want CMakeLists.txt to do everything...
So that it can be used to open in various (I)DEs, build and debug the program, ...
Best practices
2
votes
1
replies
50
views
Env variables for the same app deployed to many environments
I have an Nx monorepo that contains multiple frontend applications. Each application is deployed to 7 different deployment targets (for example: app, web, etc.), and each target needs to support 6 ...
0
votes
1
answer
77
views
Why does Next.js app render CSS on port 3000, but not port 80?
I am trying to deploy a Next.js app on my local machine as a "dress
rehearsal" for deploying on a server.
My Next.js app renders properly (i.e. the human eye will see shapes and
colors in ...
1
vote
1
answer
93
views
Streamlit Deploy: “Unexpected error” when setting App URL (even if optional field is empty)
I am trying to deploy my Streamlit app using streamlit.io cloud.
On the “Deploy an app” page, when I enter my GitHub repo, branch and main file it shows an Unexpected error under the “App URL” field.
...
1
vote
1
answer
37
views
How to create an APK file from a Xamarin project using the command line?
Can you tell me what I need to do to get the APK through the console?
How do I check that all the needed tools are installed?
And which command or set of commands will create the APK file?
I can ...
0
votes
0
answers
16
views
How to replace MlFlow model
I have an MLflow model deployed in SageMaker, but when I try to update it I get this error:
MlflowException: You are attempting to deploy an application with name: titanic-xgboost-endpoint in 'create' ...
Best practices
0
votes
0
replies
42
views
When packaging a bash binary produced by Bazel, do I need to keep the rlocation/data location boilerplate?
I was trying to exercise with Bazel by packaging a deb package from a collection of scripts I'm writing to automate a few tasks at work. Right now, I keep them either in /usr/local/bin or \~/.local/...
Advice
2
votes
0
replies
47
views
3 years as a frontend dev but feel under-skilled — how do I restart learning and regain confidence?
I’ve been working as a frontend developer for around 3 years, but honestly, I feel stuck.
My current company doesn’t really follow standard software engineering practices, and the work has become ...
0
votes
0
answers
24
views
MERN Project Backend Not Loading Data on Vercel Deployment
I’m trying to deploy my full MERN project (frontend + backend) on Vercel. The frontend works fine, but the backend is not loading data. I keep getting this error in the console:
GET https://cutomer-...
-1
votes
1
answer
56
views
In Next js project Error: <Html> should not be imported outside of pages/_document
I have having issues in vercel and render deployment, but i have checked all instances but not happening i have check other answers also but it is not working. Are there any things which I can do for ...
Advice
0
votes
0
replies
34
views
Cloud Run for deploying
I would like to deploy my app in sideloading.
I have read tutorial on Gogle App Engine, but I'm evaluating Google Cloud Run because it seems cheeper.
Do you know step by step tutorial/guide on this ...
Best practices
0
votes
1
replies
60
views
How to deploy an Angular SSR app using AWS?
As I searched online many times but didn't find a satisfying answer, I'm asking my question here.
I have an Angular app (version 20) that uses SSR and I would like to deploy it using AWS. I know how ...
0
votes
2
answers
42
views
Next.js multilingual routing. Main page site.com always redirect to site.com/en instead of staying on site.com
devs!
I'm trying to build a multilingual website based on Next.js(15.6) Node 22.21.10. Locally I have no issue with routing everything works as expected. Both lang versions are served as expected. (...
1
vote
0
answers
48
views
How to deploy monorepo Dockerfile to Digital Ocean App Platform
I'm attempting to configure a two-component (frontend + backend) monorepo deployment using Digital Ocean's App Platform. I'm starting with the backend. The monorepo looks like:
client/ <-- NextJS ...
0
votes
0
answers
50
views
Failed to deploy puppeteer chromium in Render
I used puppeteer in my Node.js project and wanted to deploy it to Render as Docker image but the puppeteer chromium browser fails to launch in Render and gives me the error trace below. The app runs ...
0
votes
1
answer
420
views
Error during Django Deployment: Cannot import 'setuptools.build_meta'
I have encountered this error while deploying my Django project on Render. The error is as follows:
pip._vendor.pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'
I have ...
0
votes
0
answers
53
views
Render deploy of ASP.NET Core Web API works but endpoints no
I'm trying to deploy an ASP.NET Core Web API on render.com, but it isn't working. The logs say it's something in the connection string, but I'm literally copying and pasting, there's nothing wrong ...
-1
votes
1
answer
81
views
How to manage Python 'websockets package' conflict for Kotak Neo API(V2) and Uvicorn(0.37.0)
I am building an application using Kotak Neo API (git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git#egg=neo_api_client) using Python Fast API.
Kotak Neo API uses websockets==8.1.
Python version - ...
0
votes
0
answers
77
views
Streamlit app throwing "NotFittedError: idf vector is not fitted" even though TF-IDF pipeline is fitted and works locally
I trained a sentiment classification model using a scikit-learn Pipeline that includes a TfidfVectorizer and LogisticRegression classifier.
Everything works perfectly on my local machine, but when I ...
0
votes
1
answer
80
views
Environment Variables not getting picked
I am trying to deploy a Vite based react application on the cloud run through the github repo which uses the below docker file. Although I have kept environment variable in the deployment ...
0
votes
1
answer
153
views
Problem finding index.html for Medusa v2 Admin during deployment on Render
I’m trying to deploy a Medusa v2 project on Render, but I’m running into an issue where Render cannot find the index.html file for the admin panel.
I’ve already set the folder from the medusa2 admin ...
0
votes
1
answer
64
views
Guide User to Log Into Workpace Account with Published Apps Script Web App for Only My Domain
I have a published Web App in Apps Script set to "anyone in my domain can view" that I need to "execute as me". If an end user is only signed into Google accounts that aren't in my ...
0
votes
1
answer
120
views
RuntimeError: Numpy is not available when running Streamlit + PyTorch + Torchvision app on Streamlit Cloud
`I’m deploying a Streamlit app on Streamlit Cloud that uses PyTorch and Torchvision for image segmentation.
Locally, everything works fine, but when I deploy on Streamlit Cloud I get this error:
File &...
15
votes
2
answers
8k
views
passlib bcrypt not working when deployed to render. "ValueError: password cannot be longer than 72 bytes"
Im trying to deploy a react app on render. It works on my localhost but when deployed on render the auth function doesn't work. It shows this error
ValueError: password cannot be longer than 72 bytes,...
0
votes
0
answers
18
views
Tried to get deployment file variable in siddhi query but getting error
@App:name("VehicleCountCheckApp")
@source(type='kafka',topic.list='vehicle_data',....)
define stream TrafficStream (vehicleCount int, location string);
@sink(type='kafka',topic='...
0
votes
0
answers
80
views
Typesense HTTP API Server Not Starting on Railway - Only Raft Clustering Layer Works
I'm deploying Typesense on Railway.app using the official Docker image typesense/typesense:0.25.2, but the HTTP API server never starts despite the raft clustering layer working correctly.
Problem
...
0
votes
0
answers
41
views
Bitrise build - Flutter app restrict google places api key
So, I have seen many answers to similar questions, but the are mostly old, so I figured I would ask.
My Flutter app is deployed on bitrise. I am querying the Google Places API directly.
First:
I see ...
0
votes
0
answers
1k
views
"Failed to load module script: Expected a JavaScript-or-Wasm module script but the server responded with a MIME type of 'text/html'"
I’m working on an Angular project, and I’ve run into an issue when deploying to the production environment.
After deployment, I see this error in the browser console for a while:
Failed to load module ...
0
votes
2
answers
581
views
Nodemailer works locally but throws error "Connection timeout" on Railway
I am developing a project in Node.js and I need to send emails to my clients using Nodemailer. Locally, it works perfectly. When deploying to Railway, I get the following error:
[2025-09-01 16:00:00] ...
0
votes
0
answers
45
views
Vercel deployment of Next.js app with custom 'rewrites' in vercel.json results in 404 errors on all routes
I have a monorepo project with a Flask backend (deployed separately) and a Next.js frontend located in a frontend directory. I'm trying to deploy only the frontend on Vercel.
Project Structure:
text
...
1
vote
1
answer
46
views
Inertia routes return 404 (Not Found) for app deployed in subfolder
I have deployed a Laravel 12 + Inertia.js (React) app on a shared hosting (cPanel).
The app is located in a subfolder: https://mydomaine/app/.
Authentication routes like:
https://mydomaine/app/login
...
0
votes
0
answers
43
views
How to specify path to custom python modules when deploying on Vercel
when deploying the project on Vercel, an error occurs:
File "/var/task/api/main.py", line 2, in <module>
from config import app, db
ModuleNotFoundError: No module named 'config'
i ...
0
votes
0
answers
86
views
Bindgen's build failing in docsrs
I have been trying to publish my crate's version on docs.rs but bindgen's build script fails in there but not locally, I am getting the following error
Compiling nu-ansi-term v0.46.0
Compiling ...
0
votes
0
answers
55
views
Nextjs 15 app, all dynamic routes return 404 when deployed
I have a nextjs (15.3.1) application entirely based on dynamic routes, this is the output when I build it:
Route (app) Size First Load JS
┌ ○ / ...
0
votes
1
answer
100
views
Azure Function Deployment Fails Due to Duplicate Function Name in Kudu SyncTriggerStep [closed]
I'm working with an Azure Function App that contains multiple functions. By mistake, I deployed a new function with a name that already existed in the project. After fixing this, the Azure Portal ...
0
votes
0
answers
50
views
Would SQL Mesh integration with GitHub bot work in GitLab?
I'm looking at SQL Mesh bot in Github and seems to be following the Atlantis approach used in Terraform but brought into data modelling:
https://sqlmesh.readthedocs.io/en/stable/integrations/github/
...
0
votes
1
answer
63
views
Contract deployed successfully on Hedera Testnet, but has no code. Script works for anvil
I have the following deploment script:
require('dotenv').config();
const { ethers } = require("ethers");
const fs = require("fs");
const path = require("path");
const ...
2
votes
1
answer
367
views
How to allow GitHub Actions SSH access to a VM with restricted firewall on port 22?
I'm trying to set up automatic CI/CD deployment of my frontend via GitHub Actions using SSH to connect to a Hetzner cloud VM (Shared vCPU).
Everything works except for one issue related to the ...
1
vote
1
answer
171
views
How to pass environment variables like --dart-define when building iOS app via Xcode for Flutter?
I'm building a Flutter app and using --dart-define to pass environment-specific variables like ENV, x-api-key, or base URLs. This works perfectly for Android using:
flutter build apk --dart-define=ENV=...
0
votes
0
answers
73
views
if i wrote"npm run build" command in package.json, what should i write in build command in project setting of vercel's framework setting?
i am using express + typescript, and deploying with vercel.
"scripts": {
"start": "nodemon --exec npx tsx src/app.ts",
"build": "tsc && tsc-...
0
votes
1
answer
102
views
Django + Tailwind CSS deployment failing on Railway with Procfile parsing errors
I'm trying to deploy a Django application with compiled Tailwind CSS to Railway, but I keep getting Procfile parsing errors. The build process works fine (Tailwind compiles successfully), but the ...
1
vote
1
answer
126
views
Trying to deploy an app via dokku fails with `s6-overlay-suexec: fatal: can only run as pid 1`
I ran the command dokku git:from-image paperless ghcr.io/paperless-ngx/paperless-ngx:latest to setup the paperless-ngx app via Dokku, but it fails with this error:
-----> Releasing paperless...
----...
0
votes
1
answer
123
views
How is a Blazor Server app deployed in Linux?
I have a Blazor Server app, developed in VS Code on a Mac. At this point in development, it runs correctly on localhost, as well as on a Windows Server instance in AWS Lightsail, using IIS.
For final ...
0
votes
0
answers
67
views
Hosting and Deploying an Blazor Webapplication with Docker-Compose and Nginx has problems with SingalR and cant Connect. 405 Method not allowed
I have a Blazor web application. It running in a docker compose with 2 databases. It uses a SignalR Hub references as TacticsHub. It was working fine with Visual Studio and Visual Studio code. I could ...
0
votes
0
answers
35
views
How to deploy .keras and .joblib models in FRDM MXCN947 (NXP) Microcontroller?
I have created 3 models (a RF, CNN-LSTM and a MLP) to be deployed in the FRDM MCXN947 microcontroller.
They have sizes of 2.18 GB, 7.75 MB and 0.186 MB respectively. I have saved the RF model as ....