All Questions
Tagged with deployment angular
687
questions
113
votes
3
answers
191k
views
Angular app has to clear cache after new deployment
We have an Angular 6 application. It’s served on Nginx. And SSL is on.
When we deploy new codes, most of new features work fine but not for some changes. For example, if the front-end developers ...
51
votes
22
answers
405k
views
error: This is probably not a problem with npm. There is likely additional logging output above
In my project, I'm using Angular6 for the frontend. Now what I'm trying to do is deploy my project which is in remote server into the actual server. I'm using npm run build -prod command to build the ...
24
votes
4
answers
33k
views
How can I deploy my Angular 2 + Typescript + Webpack app
I am actually learning Angular 2 with Typescript and developed a little app by based on the angular-seed project (angular-seed). I have built the app for production purposes and got dist folder ready ...
21
votes
2
answers
7k
views
Angular 2 Ahead-of-Time compiler: must I make all class properties public?
Angular 2 rc 6, typescript 2, node 4.5.0, npm 2.15.9 on Windows 7
I'm trying to move from Just-in-Time to Ahead-of-Time compilation and I'm relying on these resources:
Angular 2 - Ahead-of-time ...
21
votes
9
answers
19k
views
Firebase Deploy complete but website not shown
it's my first time using Firebase. I deployed my angular project with the Firebase CLI, but when i navigate to the specified domain, i only see
Welcome
Firebase Hosting Setup Complete
You're ...
18
votes
5
answers
13k
views
How to deploy an angular app so that it works under any path?
this is probably a newbie question, but I couldn't find any answers to it here or on angular documentation.
Let's say I have a simple Angular application (the hero editor from the angular.io tutorial ...
14
votes
5
answers
66k
views
How can I deploy an Angular 2 application on tomcat server (Windows Server 2012)
I'm new in AngularJS 2 framework and I'm stuck!
I want to deploy an application (quickstart for example) on a Windows Server 2012. I have already installed Apache tomcat on it.
What I did :
I used ...
14
votes
6
answers
14k
views
Deploy Angular 2 with Azure Webapp
How can can I deploy an angular 2 webapp to azure? I guess I need some type of final compilation script.
Thanks in advance.
14
votes
5
answers
4k
views
Can't find node_modules after deployment
This title might be a bit misleading but please bear with me for a while.
I have made a simple Angular2 app on visual studio 2015 and now I have published it on Azure.
Having node_modules in the ...
14
votes
2
answers
13k
views
Deploy angular application on Apache Tomcat 404 deep links issue
I'm trying to figure out the way how to setup Apache Tomcat server to serve angular application with deep links. For example:
A static server routinely returns index.html when it receives a request ...
13
votes
2
answers
35k
views
Angular Uncaught (in promise): ChunkLoadError: Loading chunk XXXfailed
I am using angular 12, and I use Service Worker to deploy new versions.
It looks like each time I deploy a new version to production (and for some reason not on staging). Some user receive a bunch of ...
12
votes
4
answers
11k
views
Error deploying Angular4 to ghpages using angular-cli-ghpages
I am trying to deploy a simple Angular 4 app to gh-pages. I have tried several methods and it seems that angular-cli-ghpages is the most up to date way to do it.
I've followed the instructions on the ...
12
votes
3
answers
20k
views
Deployment to Heroku Error: Cannot find module '/app/server.js'
I'm deploying an Angular 6 application created with the angular-cli to Heroku. The build completes successfully, however, when I go to the deployed application, I get a blank page.
After running the ...
12
votes
7
answers
5k
views
Angular2.0 in subdirectory, SystemJS cant import angular components
I am getting started with Angular2.0. I have been following the 5 Min Quickstart and everything works fine although I am using grunt to compile my Typescript and some Sass etc.
I just have one ...
11
votes
1
answer
6k
views
Angular 6.4.1 environment builds not working
So trying to do 'npm run ng build --configuration=production' and trying to get it to use the FileReplacements in my angular.json to replace the environment.ts file with environment.prod.ts
I am using ...
10
votes
2
answers
9k
views
Angular 2: assets not loaded when deployed in subdirectory
I'm trying to deploy my Angular 2 app in a sub directory: I searched SO and Google, and found I've to build it with the following command:
ng build -prod --base-href /angular-test --deploy-url /...
10
votes
3
answers
5k
views
Angular 2 Ahead-of-Time Compiler with gulp-typescript
Angular 2 rc 6 written in Typescript 2.0.2
I'm trying to learn Ahead-of-Time compilation as outlined here. It seems simple enough:
Run ngc instead of the Typescript compiler to generate .ngfactory....
10
votes
2
answers
8k
views
Deploying Angular app to Heroku, build was successful but in browser it shows 404 not found
Hi I am a beginner trying to deploy an app on Heroku. I've successfully deployed an app before but for some reason this time nothing works.
I've followed the steps from this blog thoroughly:
https://...
9
votes
2
answers
813
views
Angular 7 - deploy workspace applications (projects) in isolation
In my cli-generated workspace I have the root-application which lazy loads numerous application (sitting in the projects folder).
When I run "ng build root-application", all the chunks are placed in ...
8
votes
3
answers
3k
views
Angular 4 ng build base-href duplicate subdirectory
I'm deploying builds of my angular app to an s3 bucket with different subdirectories based on the branch name. The urls look like:
pr.example.com/add-cool-spinner
pr.example.com/increase-awesomeness
...
8
votes
1
answer
5k
views
Deploying an Angular 4 frontend with a Django Rest Framework backend on Heroku
I have built the front end using Angular 4 (using the angular CLI) and the backend using Django and the Django Rest Framework.
The development environment is set up in such a way that the static ...
8
votes
3
answers
7k
views
Deploying angular 2 App (angular cli) to heroku
I built and angular 2 app with angular cli
ng build command works totally fine, it creates the dist folder.
In order to deploy it I followed this tutorial
Deploy angular 2 app to heroku
When I ...
8
votes
2
answers
30k
views
ng build --prod --base-href
ng build --prod --base-href /gi-new --deploy-url /gi-new
I deployed angular 5 app to shared IIS server on window machine
I have uploaded contents of my dist folder to http://192.168.10.181/gi-new
My ...
7
votes
5
answers
10k
views
Images are not loading after deploying angular app on github pages
I deployed a test project on github pages using these commands:
ng build --prod --base-href https://<profile_name>.github.io/<repo_name>/
ngh --dir=dist/scrabble
Everything works fine ...
7
votes
3
answers
7k
views
404 when Deploying Angular 6 app to github pages
My application works fine when served locally. I have compiled the build with no errors.
Site link is here - https://evilernie44.github.io/users/index.html
When I try to load the site via the ...
7
votes
2
answers
2k
views
Runtime Configuration for Angular 6+ Applications
What is the recommended best practice for loading environment specific configuration during runtime of an Angular application? The Angular documentation mentions the use of APP_INITIALIZER, but that ...
6
votes
1
answer
6k
views
Angular 6 - Custom CSS not being loaded when in production
I've included a Bootstrap theme into my app. I've copied the file into src folder (the same level as styles.css) and added it as the last css in angular.json like this:
"build": {
"builder":...
6
votes
1
answer
2k
views
cake build angular application to deploy to azure
I have created a angular application using command ng new APPNAME. I want to use cake build to deploy this application. Is it possible to use cake build? If so how? My end target is to deploy it to ...
6
votes
3
answers
13k
views
HTTP interceptor getting status 0 on failed request using Angular 2,4,6,7,8,9 TypeScript
I have following implementation of HTTP interceptors with Angular ^4.3.6.
import {Injectable} from "@angular/core";
import {
HttpInterceptor,
HttpHandler,
HttpRequest,
HttpEvent,
...
6
votes
4
answers
8k
views
Deploy angular application on nginx server with Docker Welcome to nginx
I developed an Angular 7 application and now I'm going to deploy it on production server on an nginx server. I'm pretty new to frontend deployment on nginx server, so probably I'm missing something ...
6
votes
2
answers
2k
views
Module '"../../parse5/lib"' has no exported member 'ElementLocation' - Angular Universal Firebase deployment error
i have a problem with deployment of angular universal on firebase hosting. I am following deployment on circleci and i am getting this error below in their console. Is that related to node version or ...
6
votes
1
answer
3k
views
How to deploy Spring framework backend and Angular 2 frontend application in any online server?
Please correct if the way I am doing is wrong.
In my web application I am not using jsp pages for developing user interface. Instead I am using html, css and Angular 2 and front-end project structure ...
6
votes
0
answers
7k
views
ENOENT: no such file or directory, stat '/source/src/tsconfig.json' - angular-cli
I m using deploybot tool to deploy my angular site from bitbucket to AWS S3, it used to work fine earlier but now I have upgrade from angular 2 to angular 4.1.2 and angular-cli@latest => 1.0.0
after ...
5
votes
2
answers
7k
views
Angular build - Module not found: Error: Can't resolve 'console'
I have a problem with my Angular project build, and ultimately deployment to heroku. I'm using an old(ish) npm package called binary parser, which causes the following error on when I build / deploy ...
5
votes
2
answers
4k
views
How to have and read an environment file after an angular application has been built
I'm building an angular application. This angular application will be delivered to multiple clients with different needs and infrastructure. It will need several values (for example backend server, ...
5
votes
2
answers
2k
views
Angular2 E2E Protractor. Wait until element has class
I need find a way to wait with my e2e test (angular2 project) until the tested element gets an specific css class.
Is there any possible way without browser.wait() or browser.sleep()?
5
votes
2
answers
5k
views
How to make multiple pods communicate with each other on kubernetes
I am new to Kubernetes and I'm trying to deploy an application to kubernetes via microk8s. The application contains python flask backend, angular frontend, redis and mysql database. I deployed the ...
5
votes
1
answer
5k
views
Uncaught SyntaxError: Unexpected token < in inline.bundle.js:1 - Angular v4
After deployment to IIS I found out that none of my routes work, Hence I researched then found this question in which says that you have to add a rewrite to web.config, which I did and routes are ...
5
votes
1
answer
8k
views
Azure DevOps - Angular project build failing with error: Npm failed with return code: 3
I am using Azure CI for angular project. I have configure the build like below.
When I build the angular project on azure devops, I am getting the error as
[error]Error: Npm failed with return code:...
5
votes
1
answer
7k
views
How to deploy angular 2 application to HTTP server with proxy-config
I'm building angular 2 application with following proxy configurations.
proxy.conf.json
{
"/": {
"target": "http://localhost:6060",
"secure": false,
"changeOrigin": true,
"logLevel": "...
5
votes
1
answer
4k
views
How to deploy angular2 on tomcat?
First I'd like to describe my set up:
I have a web service, let's call it "Cars", written in Java, that I've tested in eclipse with tomcat v6, working local (it was a requirement, so that once it ...
5
votes
1
answer
4k
views
Dynamic deployment Angular. One docker image, multiple deployment
I need to find a way to deploy an Angular application dynamically, so that the same docker image allows me to do several deployments (development, staging, production) in which the access URL is ...
5
votes
1
answer
3k
views
Deploy ASP.NET Boilerplate Core & Angular to Microsoft Azure
I would want to deploy ASP.NET Boilerplate Core & Angular to Microsoft Azure. The current version of ASP.NET Boilerplate contains two solutions (one for the backend and one for the frontend) so i ...
5
votes
4
answers
15k
views
Angular 5 standalone deployment on jboss 7.1.1
I have built an angular 5 app which is consuming rest api available remotely on different server and host. In my local I am using apache server to deploy the angular app which is working as expected.
...
5
votes
2
answers
4k
views
How to use localstorage on Angular when enabling ssr
I'm working on a Angular project that used localstorage. The project is a web application of a travel agency. In this web app, the first time a visitor arrived we display prices with a default ...
5
votes
2
answers
560
views
Steps to get angular 2 universal starter to deploy to an external server host (Google Cloud, Azure, etc)?
I cloned universal-starter (webpack version) and have it up and running on my local machine using npm start and npm run watch per the instructions
Now stuck after npm run build and attempting to ...
4
votes
1
answer
4k
views
Deploy default angular application on azure from github gives error
I have created a basic angular application.
the source code is at https://github.com/devang-zala-sa/azure1
The azure web app URL is http://azuret01.azurewebsites.net/
Update
@Milo provided right ...