Skip to main content

Questions tagged [deployment]

A series of activities that makes a program available for use (usually in test or production environments)

deployment
0 votes
0 answers
8 views

NextJs Build/Deployed Navigation Failing

I made a static website using Next.js, and while my routing is working fine locally, it's not working once I've deployed it on BlueHost. I added a .htaccess file in my public directory with the ...
Ayesha Ejaz's user avatar
-1 votes
0 answers
17 views

Json file's to data in PHP/Symfony [closed]

I have a deployment class in PHP that generates a Json file. Can I use this Json file in other software to perform tests? This Json is a configured web page. In my deployment class, this Json file is ...
Igor Martellote's user avatar
0 votes
1 answer
23 views

Render not hosting backend client

I was trying to deploy my mern stack website using render . When I was deploying my backend repository , I am facing a port error, I deployed my backend, repo so it gave me the backend link. I ...
Aryan Kapoor's user avatar
0 votes
0 answers
12 views

For an ASP.NET WEB FORMS web application, check if the web server has the latest version for any specific aspx/ascx pages on any redundant web server

Our team works in a project where the customer manually deploys (copy/paste) the updated release we provide (ascx, aspx, dll, etc.) for the ASP.NET WEB FORMS web application we are developing. ...
Roger's user avatar
  • 342
-5 votes
0 answers
39 views

Multiple microservices depending on a CLI app [closed]

We have many microservices that are deployed on premises by each customer. Some of those depend on a CLI app. It is large so i cant embed it in each app. What are some standard ways to share it ...
dac1n's user avatar
  • 351
0 votes
0 answers
10 views

vercel deploy success but access web error Nextjs 14 undici wrong verssion

Deploy success but access web Application error: a server-side exception has occurred enviroments NEXT_PUBLIC in vercel, node 20.x un build success on local and vercel. But on vercel access page after ...
HKN's user avatar
  • 11
0 votes
1 answer
32 views

Coolify Django Deployment

I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh #!/bin/sh set -e echo "Running migrations..." python manage.py migrate echo "Collecting static ...
omkobass's user avatar
  • 286
0 votes
0 answers
11 views

problem with envrionment variables when creating docker image in ec2 nestjs

In my local environment i made a .env file and used .env file to store my environment variables for oauth2 login and when i built a docker image with it i used docker-compose.yaml file for env ...
김민겸's user avatar
0 votes
0 answers
13 views

Vue.js Vuex State Not Syncing Across Tabs and Direct URL Access

I have a Vue.js application with a login component and a settings page. When I log in and navigate to the settings page via the menu within the login page, the Vuex store updates correctly, and I can ...
Eps's user avatar
  • 1
0 votes
0 answers
6 views

How to use the exported best.pt models from YOLO to create an Flask App?

I have trained 2 yolo v5 models (best.pt) , 1 for segmentation and 1 for object detection with 2 different datasets,i want to create a egyptian glyph detction system in my pycharm locally, how do i ...
shu's user avatar
  • 1
0 votes
0 answers
10 views

Reactjs getting 401 error only at the first time

I am getting 401 error (mern stack project)only when i tap on the profile icon for the first time, but if i refresh the account page then all the datas are shown correctly. This is the page in which i ...
Alim Bin Yeasin's user avatar
-2 votes
0 answers
23 views

Need Recommendations for Fine-Tuning LLMs on Azure ML: Best Practices [closed]

Context I am using Azure ML and I want to fine-tune a Large Language Model (LLM) on a dataset. Integration and Deployment Should I commit my code from VS Code to GitHub / Azure DevOps, then retrieve ...
Anas_LA's user avatar
0 votes
1 answer
11 views

Vercel Hobby plan timeout at 10 seconds

I have a next.js/trpc project, and have deployed it on vercel and using hobby plan. I integrated openai api, and on deployed website it times out at 10 second saying JUL 05 01:51:56.38 gymgenieai-...
Ash Gharibyan's user avatar
0 votes
0 answers
25 views

Astro Deployment Works Locally, Breaks in Vercel

I have a blog-like project in Astro that works perfectly locally. When I deploy it on Vercel, the images under src won't load. My project tree looks as follows: . └── src/ ├── content/ │ ...
Josephine's user avatar
0 votes
0 answers
6 views

Deployment in vercel

Error: No Output Directory named "dist" found after the Build completed. You can configure the Output Directory in your Project Settings. but in my frontend folder in dist it is. so why this ...
Sojitra Kartik's user avatar

15 30 50 per page
1
2 3 4 5
1778