26,600 questions
-5votes
0answers
26views
Which is the better approach to connect postgres with the backend? [closed]
I want to build an web app which might have lots of user and content like an ecommerce store. For that, I wanna use Postgres(SQL) database but getting confused of how should I implement this?? Should ...
0votes
0answers
25views
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: ...
-2votes
0answers
24views
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 ...
0votes
0answers
13views
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 ...
0votes
1answer
69views
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 ...
-1votes
0answers
20views
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 ...
0votes
0answers
16views
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://...
0votes
2answers
70views
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 ...
0votes
1answer
50views
"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 ':...
0votes
0answers
12views
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 ...
0votes
1answer
56views
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 ...
1vote
1answer
36views
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 ...
1vote
1answer
49views
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()} ...
0votes
0answers
19views
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: # 🔘 ...
0votes
0answers
23views
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 ...