30,452 questions
0
votes
0
answers
48
views
Deploying Node.js application to IIS(CORS error though configured CORS configuration in Node.js server page) [duplicate]
I tried to deploy a Node.js application to IIS. I tried to send multipart form data from a frontend API as a post request. Though I have enabled CORS configuration in Node.js server.js page, CORS ...
-3
votes
0
answers
22
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. ...
-4
votes
0
answers
81
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 ...
Best practices
0
votes
1
replies
50
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 ...
12
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,...
1
vote
0
answers
31
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 ...
-1
votes
1
answer
61
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
1
answer
116
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
65
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 ...
121
votes
35
answers
358k
views
HTTP Error 500.30 - ASP.NET Core app failed to start [closed]
I deploy a .NET Core app with settings:
And the website shows an error:
HTTP Error 500.30 - ASP.NET Core app failed to start
Common solutions
to this issue:
The app failed to start
The app started ...
600
votes
26
answers
665k
views
How can I update the parent's state in React?
My structure looks as follows:
Component 1
- |- Component 2
- - |- Component 4
- - - |- Component 5
Component 3
Component 3 should display some data depending on state of Component 5.
Since ...
7
votes
1
answer
4k
views
How to automatically accept suggestions in Gemini CLI without accepting every time? [closed]
While working on development tasks or modifying project code in Gemini CLI, I need to provide authorization for certain actions (write local files, search the web, call MCP tools) each time, like:
- ...
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
vote
0
answers
137
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
965
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
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='...
160
votes
26
answers
219k
views
H14 error in heroku - "no web processes running"
error H14 happen while deploying to heroku
this is my procfile:
web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent main:app
log on heroku:
2017-01-23T10:42:58.904480+00:00 heroku[router]: at=error code=...
0
votes
1
answer
92
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 ...
8
votes
5
answers
12k
views
An interface declaring no members is equivalent to its supertype. @typescript-eslint/no-empty-object-type
I built a nextjs project, facing an error when want to deploy it to vercel.like below:
./components/ui/input.tsx
6:18 Error: An interface declaring no members is equivalent to its supertype. @...
0
votes
0
answers
50
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
┌ ○ / ...
28
votes
15
answers
39k
views
Next JS : Error: EPERM: operation not permitted, open
I am trying to build the next Js app production files to deploy it on cPanel, when I execute
npm run dev the app is working just fine but as I start to build a production file with the help of this ...
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
1
answer
86
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 ...
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 ...
620
votes
9
answers
387k
views
.war vs .ear file
What is the difference between a .war and .ear file?