Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

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 ...
tharushi ishanka's user avatar
-3 votes
0 answers
22 views

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. ...
kjkjkl's user avatar
  • 1
-4 votes
0 answers
81 views

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 ...
Rohan Patil's user avatar
Best practices
0 votes
1 replies
50 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
12 votes
1 answer
6k 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
1 vote
0 answers
31 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
-1 votes
1 answer
61 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
1 answer
116 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
65 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
121 votes
35 answers
358k views

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 ...
Paolo Constantin's user avatar
600 votes
26 answers
665k views

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 ...
Wojciech Kulma's user avatar
7 votes
1 answer
4k views

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: - ...
Luke Schlangen's user avatar
0 votes
0 answers
44 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 vote
0 answers
137 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
965 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
0 answers
14 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
160 votes
26 answers
219k views

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=...
Ron Miles's user avatar
  • 1,623
0 votes
1 answer
92 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
8 votes
5 answers
12k views

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. @...
Yan Zhang's user avatar
  • 413
0 votes
0 answers
50 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
28 votes
15 answers
39k views

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 ...
MOHAMMAD SIDDIQUE's user avatar
0 votes
0 answers
66 views

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 ...
Maria Rosa Bravo Gil's user avatar
0 votes
1 answer
86 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
0 votes
0 answers
41 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
620 votes
9 answers
387k views

What is the difference between a .war and .ear file?
ria's user avatar
  • 7,974

1
2 3 4 5
610