Skip to main content
0 votes
1 answer
28 views

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 ...
MONATE's user avatar
  • 23
0 votes
1 answer
531 views

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" &...
Prius2055 Prius2055's user avatar
0 votes
1 answer
1k views

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 ...
Damien Keijzer's user avatar
1 vote
0 answers
203 views

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 ...
Alon's user avatar
  • 11
0 votes
1 answer
511 views

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 ...
high developer's user avatar
0 votes
0 answers
197 views

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 ...
tryingtoflow's user avatar
1 vote
0 answers
62 views

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 ...
whoami Assassin's user avatar
0 votes
2 answers
2k views

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 ...
ybarnatan's user avatar
0 votes
1 answer
128 views

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 ...
Ping Zhao's user avatar
  • 296
1 vote
0 answers
104 views

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 ...
Dariia Hryhorieva's user avatar
0 votes
1 answer
584 views

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 ...
bonface oyuga's user avatar
0 votes
2 answers
3k views

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 ...
A-d-ash's user avatar
  • 31
0 votes
2 answers
2k views

hardhat.config.js require("@nomicfoundation/hardhat-toolbox"); /** @type import('hardhat/config').HardhatUserConfig */ require("dotenv").config(); require("@nomiclabs/hardhat-...
Sonikesh's user avatar
0 votes
0 answers
401 views

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 ...
joycatcher's user avatar
0 votes
1 answer
198 views

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 ...
Iretomiwa Bayode's user avatar

15 30 50 per page
1
2 3 4 5
11