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

How to expand on image on hover to full size?

So I'm creating a website which is going to be a portfolio showcasing a person art and what not. So right now and I have it to where when you hover on the image it expands and fades out the background ...
Mark Wani's user avatar
-1 votes
0 answers
27 views

My web app doesn't work when deployed in production

I have created a weather App React as frontend and Node js as Backend. The app uses open weather api to get the weather data and shows it in the frontend. The problem is that the runs on development. ...
Revolter23's user avatar
0 votes
0 answers
13 views

gitlab-ce deployment on minikube using Helm: 422: The change you requested was rejected

I tried to deploy gitlab-ce on minikube running on my local machine using Helm and it seemed to be successful but when I try to log-in using root username, I see a page with following message: 422: ...
lovecode's user avatar
  • 3,929
0 votes
1 answer
50 views

Azure Webapp deployment from zip fails because the $PORT is occupied by some default process

i have a github action deployment script: name: build and deploy Streamlit app on: push: branches: - main workflow_dispatch: jobs: build: runs-on: ubuntu-latest permissions: ...
Chris's user avatar
  • 572
-2 votes
0 answers
25 views

Looking for Deployment Advice: MERN + TensorFlow.js FYP [closed]

I'm currently working on my FYP, which is built using MERN and TensorFlow.js. I'm at the stage where I need to deploy the full-stack web application and would appreciate some advice. I'm looking for a ...
Yong Kevin's user avatar
0 votes
0 answers
15 views

Hardhat Deploy Script Error: "Cannot Read 'wait' Property of Undefined" During Contract Deployment

I'm working on deploying two contracts using Hardhat on the Sepolia test network: PhilosophyNFT (an ERC721 token contract) and PhilosophyMarketplace (a marketplace contract). The deployment of the ...
DragonFruit's user avatar
0 votes
1 answer
74 views

Deploy Gitlab web app to Azure App Service

I have an application hosted in GitLab that I would like to deploy to Azure App Services. However, I’m currently unable to do so via SSH or HTTPS. The GitLab account is an internal corporate account ...
Mateus Epifanio Linhares's user avatar
-1 votes
0 answers
25 views

Secure Git Deployment from Production Server via HTTPS Only (No SSH) – Best Practices? [closed]

We’re implementing a secure deployment pipeline and would appreciate feedback on our current approach, especially regarding best practices and potential improvements. Context: We have a tiered ...
user966660's user avatar
0 votes
1 answer
21 views

How to deploy to ossrh-staging-api.central.sonatype.com with Gradle?

I want to deploy to the new staging repository from Sonatype with Gradle. Then I want release manually to the final maven repository. The Gradle script run without error but in the UI at https://...
Horcrux7's user avatar
  • 24.5k
0 votes
2 answers
72 views

Deploying Umbraco web app to Azure from GitHub Repoistory

I've created a simple Umbraco web app with latest Umbraco and .NET 9. This works fine locally, I'm using Sqlite so it's just a file in a generated data folder. I want this to persist, so I've ...
Gavin's user avatar
  • 75
0 votes
1 answer
50 views

"Gradle task fails: Could not get unknown property 'ssh'"

I'm trying to deploy my Java web app using a custom Gradle task with docker_deploy, but I get an error when running ./gradlew docker_deploy > Could not get unknown property 'ssh' for task ':...
Huynh Thang's user avatar
0 votes
0 answers
12 views

Getting warning sign while launching environment in AWS Elastic beanstalk

Screenshot for reference Hi, I have launched the environment successfully in Elastic Beanstalk but still getting severe/warning sign in health status, i am not able to troubleshoot and understand the ...
SK Fardin's user avatar
0 votes
1 answer
59 views

How to create Azure Function and deploy content as zip deploy

I have made az cli scripts for creating function app, deploying content via zip deploy and setting app settings/environment variables. After running script the only file in wwwroot is 'FAILED TO ...
Peter Roed's user avatar
1 vote
1 answer
36 views

VITE REACT Deployment Error - Blank White Screen

I am getting a blank white website build while deploying or running build, I am using Clerk and React.js+ Vite also I am not getting any errors in the console. Anyone is aware of this error. I think ...
Pratyush Birole's user avatar
1 vote
1 answer
49 views

Error connect with Cloud SQL, Cloud Run and Django

I have an application running on Django in Cloud Run that connects to a PostgreSQL database hosted on Cloud SQL. It is currently working and configured as follows: DATABASES = {'default': env.db()} ...
Carlos David's user avatar
0 votes
0 answers
22 views

Deployment to Cloudways via github action

I am trying to deploy my NEXT JS project to the Cloudways. I am using github action to automate the deployment. I am using this .yml file. name: Deploy to Cloudways on: workflow_dispatch: # 🔘 ...
Sreenath Kumar's user avatar
0 votes
0 answers
23 views

Nextjs/Vercel: Recently experiencing stuck on linting process

For context, nextjs version: "next": "14.0.4" stuck on ✓ Compiled successfully Linting and checking validity of types ... however when build locally, the app build successfully ...
Archy's user avatar
  • 11
0 votes
0 answers
22 views

"skip" parameter of maven deploy:deploy-file seems not to detect snapshots and releases properly

We are trying to deploy a generated pom.xml for publishing purpose. After attempting to use flatten plugin but not ending up we what we really wanted to (flatten do a lot of stuff we don't need and do ...
B. Meert's user avatar
-1 votes
0 answers
14 views

How to deploy the latest version of JSON-server?

All guides I can find online is before the release of V1.0. And I can't figure out what the new substitute functions are as of 1.0. If anyone has JSON-server deployed, post 1.0 please help :)
Sheru's user avatar
  • 71
-1 votes
0 answers
68 views

My deployed chatbot is not responding.What to do?

I recently made an intent based chatbot for my portfolio and i deployed the code on render but when i am typing any message it is not responding. The app is running fine on local development server. ...
RISHABH PANCHOLI's user avatar
0 votes
0 answers
35 views

Problem in deploying telegram bot in Render. There is no error but the bot does not respond to /latestjobs

import os from flask import Flask from threading import Thread from telegram import Update from telegram.ext import ( ApplicationBuilder, CommandHandler, ContextTypes, ) import ...
MD Omár's user avatar
2 votes
1 answer
52 views

Firebase Cloud Functions Deployment Fails: " <number>[email protected] not found" after Default Service Account Deletion

Problem: I'm encountering an error when deploying Firebase Cloud Functions: Error: <number>[email protected] not found This error occurred after the default Compute Engine ...
Ibrahim Itani's user avatar
0 votes
2 answers
29 views

Api inaccessible inside docker network despite having ports exposed

I am trying to set up a vds and everything was fine up until the point I had to connect my api to an app. The api cannot connect to anything, nor on localhost, nor over the network. I wanted to use ...
Újfalusi Ábel's user avatar
1 vote
1 answer
47 views

Swiper.js works locally but breaks after deployment to Vercel (Angular)

I’ve implemented Swiper.js in an Angular (using v18) component to display a certifications carousel. While it renders perfectly during local development using npm start, the styling completely breaks ...
PrimeBeat's user avatar
  • 494
1 vote
2 answers
72 views

Handling transactions divided by GO statement

At work we need to prepare SQL scripts for deployment. They are executed by database admins manually on SQL Server with SSMS. To simplify things, let's say we prepare those files by concatenating ...
Daniel Gadawski's user avatar
0 votes
0 answers
14 views

ClickOnce failing to install

I have a ClickOnce app that fails during installation. It fails even before the user is asked if the app should be installed. The details provide the following tantalizing clue: "The referenced ...
Bradley Plett's user avatar
1 vote
0 answers
36 views

Cross-origin resource sharing error wildcard origin not allowed when i use auth request to my server ngrok

I am writing and testing a full-stack application. My frontend is uploaded to hosting and has the address for example - planner. And my server is on a local computer with a database. For the test, I ...
SolarMan's user avatar
0 votes
0 answers
29 views

Can CI and CD workflows share remote cache in Turborepo?

Summary Hi everyone, I'm using Turborepo in a monorepo and exploring whether it's possible to reuse the build cache generated in CI during the CD (deployment) stage. In my setup using GitHub Actions, ...
박한영's user avatar
-2 votes
0 answers
36 views

How to use kubernetes podAntiAffinity for only a specific node

in our cluster we are using 1 aws on-demand instance and a varying spot instances as nodes. For our deployment with n replicas we would like to deploy exactly 1 replica on the on-demand instance and ...
Dominik's user avatar
0 votes
0 answers
18 views

Deployment on AWS or own system for low latency

I am creating a tik-tok like app, where 99% of the traffic will come from my city, while the nearest AWS/DigitalOcean servers are located in Mumbai / Pune (300 km from my city). Considering my app ...
Ram Gupta's user avatar
  • 336
-1 votes
0 answers
26 views

CORS error - cross-origin resource sharing error wildcard origin not allowed in different browsers when i use my local server [duplicate]

I am writing and testing a full-stack application. My frontend is uploaded to hosting and has the address for example - planner. And my server is on a local computer with a database. For the test, I ...
SolarMan's user avatar
-1 votes
0 answers
16 views

Cookies not appearing when deploying app to Railway, but work locally (using JWT)

I'm working on a project where I’m using JWT (JSON Web Tokens) stored in cookies to manage user sessions. Everything works perfectly when I run the app locally, and the cookies are being set and ...
Giancarlo De Leon's user avatar
0 votes
0 answers
36 views

Django app performance issues with cloud PostgreSQL & Redis

I recently deployed my Django app on Railway, where I set up PostgreSQL and Redis and connected them to my project. However, I’ve noticed a drastic slowdown in query and cache performance compared to ...
Ravdar's user avatar
  • 65
0 votes
1 answer
41 views

Deployed Blazor WebAssembly app throws error while my development version does not

I'm trying to deploy my Blazor WebAssembly app for the first time as a practice. My public project is available here: https://github.com/ZdenekFisr/BeamCalculation I want to publish it using GitHub ...
ZdenekF's user avatar
0 votes
0 answers
28 views

Next JS Client only project deployment using Docker and nginx

I have built a client side only project using next JS. I am using docker and nginx to build and run it . The problem is that while it is being built and is running, only the index page is being ...
vikram's user avatar
  • 1
-5 votes
0 answers
59 views

HTTP health check failed on port 8000

I've been trying to deploy service whole day on Koyeb and on the Render. But on Koyeb it always says HTTP health check failed on port 8000 and on Render it gives me Welcome to Nginx! page. Here's ...
Gizha613's user avatar
-2 votes
1 answer
72 views

Building vite project and deploying to sub folder results in 404 error [closed]

I'm trying to build and deploy my Vite project into a sub folder on my domain. The combination I'm using is Vite + React + JavaScript. Dist is deployed to an Apache2 web server running on an Ubuntu ...
dexcaped's user avatar
0 votes
0 answers
9 views

ModuleNotFoundError : No module name distutils when deploying taiga-back app to railway

While trying to deploy successfully, i am hitting hurdles one after another. By now, i know that deploying "stable" version is correct, not "main" for production. Repo : https://...
nish's user avatar
  • 1,058
0 votes
1 answer
75 views

Issue in injecting environment variables during runtime in Vite + React

I have created a react app using vite, where i have integrated azure sso, currently during local development I am utilizing the environment variables (client ID, tenantID, redirectURI) from .env.local ...
user30052627's user avatar
0 votes
0 answers
18 views

Buddy.Works environment variable not being used

I have a react web application which uses an environment variable in a Provider.js like so: const API_KEY = process.env.REACT_APP_MYVAR; I have a buddy.works pipeline which fetches the source code ...
Paradox's user avatar
  • 4,566
0 votes
1 answer
32 views

Nextjs react docker deploy - permission denied

I have a nextjs react application. I try to deploy it on a VPS amd64 linux. I get this error when running it on my VPS: [Error: EACCES: permission denied, scandir '/app/public/Fruitopia_illustrations']...
Jay's user avatar
  • 265
0 votes
0 answers
31 views

Deployed a ML model that uses realtime camera feed. But getting error in it

This is the error I am getting. OpenCV and streamlit is used in accessing the camera. The website was working fine on localhost. It is accessing the camera then. I was expecting it to get access to ...
Srishti Somya's user avatar
-2 votes
2 answers
52 views

How to add HTTPS to Django app using Uvicorn?

We are developing react native app with django as a backend. We deployed django on the VM (which we bought it has Window OS) and then git pulled and running django server using uvicorn backend.asgi:...
Ganesh Mohane's user avatar
0 votes
0 answers
28 views

FastAPI Small Talk Greeting Detection Returning Empty Response in TST Environment

I have implemented a greeting detection logic in my FastAPI application, which works correctly when tested via Postman but fails to return any response in the TST (Test) environment. The logic checks ...
Tanuj Verma's user avatar
0 votes
0 answers
71 views

Deploying spring-boot-application (3.4) on external jetty-server (12): How/How to debug?

Problem: I'm trying to deploy a simple spring-boot (3.4) application on a pre-installed jetty-server (12.0.18). (The main reason is to keep the package small for both transfer and memory). The war-...
Franz's user avatar
  • 1
0 votes
0 answers
64 views

Azure Communication Service: Incoming Call Event Not Triggering in JavaScript

I'm working on integrating the Azure Communication Service calling feature into my JavaScript application. While I can successfully create outgoing calls, the incoming call event (incomingCall) is not ...
Elie Tebchrani's user avatar
0 votes
0 answers
36 views

How to find problems in the angular build more easily?

Today I had a problem that never happened in our Angular application. The deployment in production caused some pages not to load correctly, the page only loaded the header (html header) and did not ...
Matheus's user avatar
  • 11
0 votes
0 answers
23 views

error accessing microphone during deployment

The microphone permission is being denied on my main website, websitename.com, but it works fine on websitename.ngrok.app. The error message on the embedded page in websitename.ngrok.app says, "...
Sanjana Kvbayari's user avatar
0 votes
1 answer
47 views

Deploy logs "--error-logfile/--log-file" railway with django

I'm deploying my django app for the very first time on railway. On railways in the project deployment details I see: enter image description here However when I go in the deploy logs I see this error &...
Léo's user avatar
  • 1
0 votes
1 answer
60 views

Error in deploying docker container on vertex AI

I am trying to deploy a YOLO custom container model on Vertex AI using containerization. I have successfully: Built and tested the Docker image locally. Verified that the API (FastAPI + YOLO) runs ...
Abhishek Kumar's user avatar

1
2 3 4 5
533