162 questions
0 votes
1 answer
28 views
How to deploy built React app to find other pages by redirecting?
My web app is configured with React frontend and asp.net backend. But to deploy this to aws ec2 instance, I've a little problem. I'm now deploying react app using http-server and nginx on aws. The ...
0 votes
1 answer
531 views
How to handle PORT error on render for rails api-only application - NO OPEN PORTS DETECTED during deployment
I am trying to deploy my rails api-only app on render. When I effect changes and push to github, it builds successfully, but does not deploy. The error is "./bin/rails: Permission denied" &...
0 votes
1 answer
1k views
Nuitka Build Warning and ImportError with NumPy in PySide6 Project
I'm currently working on a PySide6 project and using Nuitka to compile it (pyside6-deploy command) During the build process, I encounter a warning, and at runtime, I face an ImportError related to ...
1 vote
0 answers
203 views
Deploying backpack for Laravel project in a production environment
I am developing a Backpack for Laravel project locally using wamp, visual studio code, and git. In the local environment everything works correctly. When I try to deploy the Backpack for Laravel ...
0 votes
1 answer
511 views
How to deploy Laravel as backend and Nextjs as front end in VPS
I used Laravel as Backend for my project and it works properly in my VPS these are routes reserved for my Laravel /admin/ //back office /api/ //for api I ran Nextjs locally very good with port 3000 ...
0 votes
0 answers
197 views
How do I correctly deploy the Microsoft Hololens Webview Demo to a Hololens2?
I have cloned the repository with the Hololens Webview Example and it works perfectly fine in Unity. Once I open the project on the HoloLens2 it crashes after opening it. The HoloLens uses 22621.1252 ...
1 vote
0 answers
62 views
Deploying Node.js app in Github.io without third party packages
Recently I have done my first Express app in Node.js. I want to share my project with potential employers, clients or more likely to happen with friends. But I want to make a home page, which will ...
0 votes
2 answers
2k views
Error whe deploying Shiny App ""An error has occurred The application failed to start. exit status 1""
I've been working on a Shiny app and locally it works fine, it displays my graphs and lets me twitch the widgets. I have 3 csv files hosted in the data folder, that is placed where my app.R and ...
0 votes
1 answer
128 views
Getting `Cannot find module 'url'` after deploying react app to production
I have developed one react app from scratch by creating using create-react-app, and it is working well on my local env. But after deploying to production, I am getting Cannot find module 'url' error ...
1 vote
0 answers
104 views
npm run publish doesn't do anything when I push repository from master branch to gh-pages
While trying to run publish.sh file in VS Code #!/usr/bin/env sh # abort on errors set -e # build npm run docs:build # navigate into the build output directory cd docs/.vuepress/dist # if you are ...
0 votes
1 answer
584 views
Open() function while deploying streamlit app
I get an error of no such file or directory while am deploying a streamlit app to streamlit cloud share, what could be the problem, i have all files in the same directory and as a standalone the app ...
0 votes
2 answers
3k views
Render PostgreSQL cannot translate hostname to address in Django
With Render, I would like to use their free PostgreSQL plan to host my database. I am using Django and I got confused what to use as a HOST. The dashboard on Render provides me with an external ...
0 votes
2 answers
2k views
Deploying to a test network (npx hardhat run scripts/deploy.js --network goerli) in hardhat by using alchemy
hardhat.config.js require("@nomicfoundation/hardhat-toolbox"); /** @type import('hardhat/config').HardhatUserConfig */ require("dotenv").config(); require("@nomiclabs/hardhat-...
0 votes
0 answers
401 views
Can't curl my backend in docker container from the same container
I am running comprehensive docker-compose file where I am trying to implement health-check mechanism. Currently it looks like this All services run in the same network At the same time, I can curl the ...
0 votes
1 answer
198 views
What is causing this error when i try to deploy my django project to heroku
ERROR: Ignored the following versions that require a different python version: 1.9.5 Requires-Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., <3.7 remote: ERROR: Could not find a version ...