Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

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 ...
Daniel Scerpa's user avatar
-2 votes
0 answers
54 views

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 ...
Rutwik Patil's user avatar
Best practices
0 votes
0 replies
69 views

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 ...
fiazmushfeq's user avatar
0 votes
0 answers
52 views

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 ...
mar-blu's user avatar
Tooling
0 votes
1 replies
51 views

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 ...
mr odus's user avatar
  • 172
Best practices
0 votes
2 replies
34 views

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, ...
Kapitan's user avatar
  • 103
Best practices
2 votes
1 replies
50 views

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 ...
PEPEGA's user avatar
  • 2,280
0 votes
1 answer
77 views

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 ...
masterBuilderBenny's user avatar
1 vote
1 answer
93 views

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. ...
Fasih Ahmed Raza's user avatar
1 vote
1 answer
37 views

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 ...
tunkimi's user avatar
  • 11
0 votes
0 answers
16 views

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' ...
David A's user avatar
  • 191
Best practices
0 votes
0 replies
42 views

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/...
Alessandro Bertulli's user avatar
Advice
2 votes
0 replies
47 views

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 ...
cybertron's user avatar
0 votes
0 answers
24 views

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-...
Safeya Yasien's user avatar
-1 votes
1 answer
56 views

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 ...
Krishal's user avatar
Advice
0 votes
0 replies
34 views

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 ...
Domenico Melisi's user avatar
Best practices
0 votes
1 replies
60 views

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 ...
Raphael's user avatar
  • 767
0 votes
2 answers
42 views

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. (...
ultrapanam's user avatar
1 vote
0 answers
48 views

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 ...
Craig Otis's user avatar
  • 32.4k
0 votes
0 answers
50 views

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 ...
boom pow's user avatar
  • 331
0 votes
1 answer
420 views

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 ...
Vahidhusyn's user avatar
0 votes
0 answers
53 views

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 ...
Luckkks's user avatar
  • 33
-1 votes
1 answer
81 views

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 - ...
Harshal's user avatar
  • 75
0 votes
0 answers
77 views

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 ...
MOSAB FATAH's user avatar
0 votes
1 answer
80 views

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 ...
Ekansh Saxena's user avatar
0 votes
1 answer
153 views

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 ...
Jesús Pareja Fernández's user avatar
0 votes
1 answer
64 views

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 ...
xd1936's user avatar
  • 1,211
0 votes
1 answer
120 views

`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 &...
Khushi Badsra's user avatar
15 votes
2 answers
8k views

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,...
Chjammy123's user avatar
0 votes
0 answers
18 views

@App:name("VehicleCountCheckApp") @source(type='kafka',topic.list='vehicle_data',....) define stream TrafficStream (vehicleCount int, location string); @sink(type='kafka',topic='...
charmi patel's user avatar
0 votes
0 answers
80 views

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 ...
Khant Nyar Ko Ko's user avatar
0 votes
0 answers
41 views

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 ...
user3808307's user avatar
  • 1,067
0 votes
0 answers
1k views

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 ...
Asfand Khan's user avatar
0 votes
2 answers
581 views

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] ...
Lisandro Pereyra's user avatar
0 votes
0 answers
45 views

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 ...
Alu's user avatar
  • 45
1 vote
1 answer
46 views

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 ...
kamal ennaji's user avatar
0 votes
0 answers
43 views

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 ...
ispite's user avatar
  • 107
0 votes
0 answers
86 views

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 ...
Bhaumik Tripathi's user avatar
0 votes
0 answers
55 views

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 ┌ ○ / ...
ste's user avatar
  • 3,289
0 votes
1 answer
100 views

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 ...
Airton Gomes de Lima's user avatar
0 votes
0 answers
50 views

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/ ...
Vzzarr's user avatar
  • 5,882
0 votes
1 answer
63 views

I have the following deploment script: require('dotenv').config(); const { ethers } = require("ethers"); const fs = require("fs"); const path = require("path"); const ...
Kotaka Danski's user avatar
2 votes
1 answer
367 views

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 ...
coder's user avatar
  • 715
1 vote
1 answer
171 views

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=...
Ankit Baria's user avatar
0 votes
0 answers
73 views

i am using express + typescript, and deploying with vercel. "scripts": { "start": "nodemon --exec npx tsx src/app.ts", "build": "tsc && tsc-...
Sein kim's user avatar
0 votes
1 answer
102 views

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 ...
user avatar
1 vote
1 answer
126 views

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... ----...
Bojan Krkic's user avatar
0 votes
1 answer
123 views

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 ...
David Stowell's user avatar
0 votes
0 answers
67 views

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 ...
Dubai's user avatar
  • 1
0 votes
0 answers
35 views

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 ....
min_een's user avatar

1
2 3 4 5
620