Most voted "deploy" questions
A series of activities that makes a program available for use (usually in test or production environments)
Learn more…126 questions
Sort by count of
-
0
votes1
answer35
viewsFlask application deploy error
I am trying to deploy a flask application in the same way I do when using python2.7, but in this case I am using python3 and an error is returned in wsgi. Below follows the first line of apache2…
-
0
votes2
answers1940
viewsDeploy Laravel application
I’m having trouble getting my application up to production environment. I tried several times as I find in step by step and documentation, but the error persists. Current scenario: I moved the…
-
0
votes0
answers496
viewsReverse for is not a Valid view Function or Pattern name. only happens in production
I do not work long with Django but I come here turning around + now I fall into this problem I am not able to solve, so I ask for help from those who can. I have my application working in perfect…
-
0
votes2
answers492
viewsCss and js files do not load in production
Hello, When deploying my application to a server Tomcat 8.5 css and js files imported into angular json. are not loaded. locally works correctly Remarks: This server has a link to external access,…
-
0
votes0
answers506
viewsHow to set up IIS on the Windows Authentication server (via Active Directory) of an Aspnet Core C#?
Sirs, I have an application very similar to the visual studio 2019 ready template. There, through the 'Users.Identity.Name', I obtain the AD data of the authenticated user as below: public…
iis asp.net-identity deploy asp-net-core iis-web-deployasked 5 years, 6 months ago Arthur Gresele 1 -
0
votes0
answers51
viewsDeploy application using --Prod and path strategy
I’m trying to deploy angular application 8 When I use the command ng build --prod --base-href /app/ When I try to run the application on localhost/app The app does not load On the console you have…
-
0
votes0
answers110
viewsDeploy Springboot Tomcat
I’m having trouble deploying my Springboot application to Tomcat on a linux VPS. The server is working but links to Resources and other non-index pages are broken [ <…
-
0
votes0
answers124
viewsVuejs Application Deploy in Vercel - Error 405
You guys talking blz? I’m having problems deploying my nuxtjs application to Vercel https://vercel.com/ my problem is that when I make a POST request to my api that is configured in the project…
-
0
votes0
answers281
viewsConfiguration of . htaccess for Nodejs and React application using the same domain
Hello, I am configuring an application on a cPanel server. The backend was developed in Node JS and will be published in a URL with the following format: https://teste.com/api; The frontend was…
-
0
votes0
answers37
viewsI am having a Favicon Error H10 in the Nodejs Application Backend Deploy Heroku
Knexfile code: module.exports = { development: { client: 'sqlite3', connection: { filename: './src/database/db.sqlite' }, migrations:{ directory: './src/database/migrations' },…
-
0
votes0
answers51
viewsProblem deploying API REST springboot on Heroku
Good evening! I am trying to deploy a REST API on Heroku, but I come across the following error: [] [ERROR] Failed to execute goal org.apache.Maven.plugins: Maven-Compiler-plugin: 3.8.1: compile…
-
0
votes0
answers16
viewsHow to create a symbol between directories in deploy PHP with Deployer?
I was creating an application in Laravel, and I’m using the Deployer. This is the folder configuration file that will be the releases folder ( which are the versions of the project ) and the Current…
-
0
votes0
answers65
viewsVercel deploy problem
I have a problem at Vercel’s. I always published projects that use pure javascript, but recently I joined the world of Vue.js and everything was going well, until I migrated to Nuxt.js My Nuxt…
-
0
votes0
answers13
viewsSempra gives error when trying to upload a Nodejs application in Heroku
When executing the command: git push heroku master LOG: -----> Build failed We're sorry this build is failing! You can troubleshoot common issues here:…
-
-1
votes2
answers372
viewsLaravel 4 Deploy Failure in Shared Hosting
I’m looking to move up my first project with the Laravel 4 framework and I’m in trouble. I uploaded all the files from the FTP project because there is no other option for hired service. I uploaded…
-
-1
votes1
answer1137
viewsHow to deploy an application in local Nodejs?
Talk personal, all right ? I’ve been searching the web but I got confused , I’m new to programming in Ode I made an application but I don’t know how to make the local deploy as a service for…
-
-1
votes1
answer477
viewsProblem doing Spring Boot Application Deploy
I am developing an application with Spring Boot and Thymeleaf and while trying to generate the . jar that must be run on the server, it even generates everything right, but an error occurs when…
-
-1
votes1
answer40
viewsCredentials in php file
I want to put the credentials in a php file and I will use the following solution to deploy in production: config.php in the local environment $username = 'adm'; $senha = 'aaa'; push to the…
-
-1
votes2
answers560
viewsAngular Deploy 8 Heroku
I am doing the Deploy of an Angular8 application, but it seems that Angular is not building in this process. It is possible to inspect the code in the browser, but nothing is rendered. Below are the…
-
-1
votes1
answer699
viewsNot operating route in production
I’m having a problem, I recently deployed a 6 Airframe project in production. I have the following route: Route::get('/', function () { return view('welcome'); }); Route::resource('email',…
-
-1
votes1
answer85
viewsI no longer know how to give the deploy of the chat Rocket on Heroku. Help?
1 - I cannot upgrade npm. This error happens: Your configured Registry (https://registry.npmjs.org/) may not support Audit requests, or the Audit endpoint may be temporarily unavailable. I have…
-
-1
votes1
answer108
viewsHeroku does not recognize my Django app
I’m starting my studies with Django and created an application called core within the name Django project django1. After finishing, I decided to deploy it to Heroku with the following step by step…
-
-1
votes1
answer14
viewsProblems integrating Bitbucket pipelines with Heroku
I have a problem integrating pipelines of bitbucket with Heroku, I set the file normally, and when it goes to part of the build in Heroku it appears this message: -----> Building on the Heroku-20…
-
-1
votes0
answers21
viewsa React state works perfectly on my localhost but when I do the hosting doesn’t work
Gallery export function () { const [estadogaleria, setestadogaleria] = useState (false) const [indice_galeria, setindice_galeria] = useState (0) const [indicehome, setindicehome] = useState (0)…
-
-2
votes2
answers413
viewsAlternatives for Rails server and deploy applications
Whenever I make a Rails application I configure my server with Nginx and Passenger, and usually I do deploy via GIT or rsync. I know there are other ways to do deploy and also server configuration.…
-
-2
votes1
answer110
viewsAccess files outside public_html
I’m having a hard time with a Portable project, version of the 8.x. I deployed the project outside of public_html and everything of the project that was in the public folder I put inside the…