All Questions
Tagged with web-deployment or deployment
30,973 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
18
views
"Deploy all in sequence" seems to deploy in reverse order
We have a release pipeline in Azure DevOps that has a stage that has a schedule to deploy every evening at 8pm.
Now, assume we create two releases on the same day, let's call them R1 and R2. For ...
0
votes
0
answers
29
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 ...
Best practices
0
votes
0
replies
80
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
58
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
56
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
37
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
56
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
89
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
103
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
44
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
50
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
25
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
62
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 ...