31,018 questions
-2
votes
0
answers
19
views
SSL request problem concerning deployment [closed]
I've been having a hard time in trying to fix this problem. Currently since we've already deployed a website in Azure, I don't know if any local changes I've made concerns with the deployed website. ...
Advice
2
votes
0
replies
37
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 ...
-3
votes
0
answers
35
views
How to persist multi-step form data between views in Django without committing to DB? [closed]
One-line project/context.
Short description of the problem and constraints.
Minimal code: models, the two views, form classes, snippets of urls.py.
Exact observed behavior or error.
Alternatives ...
-4
votes
0
answers
78
views
How to redirect client after payment complete? [closed]
I am building a React-based hotel room booking application. When a user visits the app for the first time, I capture and save the hotel parameters sent through the URL into local storage. The backend ...
-2
votes
0
answers
33
views
React Flow + Dagre layout issue when node content size varies
import dagre from 'dagre';
import { Node, Edge, Position } from 'reactflow';
export default function layoutDAG(
nodes: Node[],
edges: Edge[],
dagType: 'T' | 'I' | 'D'
): { nodes: Node[]; edges: ...
0
votes
0
answers
12
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-...
0
votes
1
answer
38
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
23
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
45
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
28
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
36
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
161
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
44
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
57
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
66
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
63
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
2
answers
94
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
63
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
88
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 &...
11
votes
1
answer
6k
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
14
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
164
views
Next.js deploying to Cloudflare Workers
want to ask question about opennext.
I have deployed my blog without any issue.
And when i readed documentation i found that worker have assets binding, and when you deploy, its populates with static ...
0
votes
0
answers
67
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
38
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
905
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
1
answer
420
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
44
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
34
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
41
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
79
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
49
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
90
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
45
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
62
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
279
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
0
answers
132
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
68
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
85
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
113
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
91
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
65
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
30
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 ....
0
votes
0
answers
35
views
Vercel & GitHub Pages Deployment Images Issue
I've built a website with Vue (a Vue/Vite project), and while I was developing, I encountered no issues with how the images were displayed.
However, upon deployment to both Vercel and Github Pages, ...
-3
votes
1
answer
47
views
Flask Application Deployed on GoDaddy Shared Hosting - Showing Blank Page on First Visit, But Works After Refresh [closed]
I have a Flask-based application that I deployed on GoDaddy shared Hosting. When I first visit the website, it shows a blank page. However, after refreshing the page (without doing anything else), it ...
0
votes
0
answers
24
views
Next.js static export with NGINX: Refresh or direct URL gives 403 Forbidden
I'm using Next.js static export (next export) and serving the generated out folder with NGINX.
The problem I faced:
Clicking links inside the app works fine.
But refreshing a page (or directly opening ...
0
votes
0
answers
44
views
Artifacts not found while deploying to aws - Bitbucket Pipeline
I'm trying to deploy an application in AWS using parallel for handling 2 application in one service, if I'm using in custom pipeline, it's working fine, but when I tried with branches like dev/sit, I ...
0
votes
0
answers
66
views
Vercel / Angular - Getprerender params
I'm trying to deploy my Angular project in Vercel and I keep getting this error message:
✘ [ERROR] The 'quote/:categoryId' route uses prerendering and includes parameters, but 'getPrerenderParams' is ...
0
votes
0
answers
55
views
How do I configure NetBeans to redeploy a Maven web application when a dependency changes?
This is my project structure:
Parent
|
---Webapp
---Lib
Webapp and Lib are different Maven/Netbeans projects which share the same parent. Compile on Save is turned on for both projects and Deploy on ...
0
votes
0
answers
53
views
Command failed: gem install bundler fails on deployment
I am using Hatchbox to deploy a staging app. It fails on the same part every time.
I can login into the server and run sudo gem install. But when I deploy it this is what I get everytime. not sure ...