Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Any new changes in Angular UI code not reflecting in running war file, generated from Angular and Java Spring code and deployed in wildfly server

I am working on support for one legacy project with below environment: Client: Angular UI, version: 4 Backend developed in: Spring, Server: Wildfly Java version: 8 Below is screenshot of my project ...
user26440830's user avatar
0 votes
0 answers
39 views

How to stop Java Spring WebSocket connection from immediately closing with EOFException?

I'm working on a web application with an Angular 17 frontend and a Spring Boot backend. I'm trying to set up WebSocket communication on one page in order to receive real time updates from the backend. ...
khh's user avatar
  • 1
0 votes
0 answers
20 views

Routing for spring boot and angular app in the same container

My web app has Angular and Spring Boot running the same same container. How can I forward some URLs to index.html, which is the real resource for a single page Angular app? For example, my Angular ...
Chris L's user avatar
  • 11
0 votes
0 answers
25 views

I have a spring backend and an Angular frontend in the same WildFly, why is my frontend URL mistaken with backend by Spring?

I'm making a web application that is supposed to run on a WildFly. The backend and the frontend are put in the same .war package and this used to work fine before I implemented Angular's ...
n7gabry's user avatar
0 votes
1 answer
22 views

Issue with "." (dots) in URL while using spring boot application + Angular in production

I'm building a Spring boot + Angular application (using Jhipster, deployed in a docker container using JIB but that should not be important to this issue). Everything works perfectly in development, ...
ALansmanne's user avatar
0 votes
0 answers
34 views

Error creating bean with name 'userController': Unsatisfied dependency expressed through field 'userService': Error creating bean [duplicate]

I keep getting this error for all the component including UserController, UserService, UserRepo, when I run the code, even the one that was provided by the tutor in github. Error creating bean with ...
Hash's user avatar
  • 1
-2 votes
1 answer
116 views

How does uploading and serving images work in web application?

Sorry if this is a wide question but I cannot find answer to it anywhere. For serving images, what I found was to store the image in the assets folder where the front end is, and the image path in the ...
Sidharth Bajpai's user avatar
0 votes
0 answers
34 views

error 500 : internal server error : Caused by: org.postgresql.util.PSQLException: ERROR: null value in column "name" violates not-null constraint

i'm working on a spring boot angular application , i'm trying to create an update method in angular but all i get is an error 500 : internal server error , when i check my backend it shows this error: ...
Jalel MED's user avatar
0 votes
0 answers
36 views

spring angular pagination problem sorting outputed data

i have a spring boot angular application already implemented ,i'm trying to implement a pagination within the project ,eveyrthing works fine except the fact that the data fetched to client side is not ...
Jalel MED's user avatar
0 votes
0 answers
16 views

implement google opaque auth in spring boot and angular 17

i want to implement google opaque oaut in my spring boot project and i have this error ERROR Error: NG04002: Cannot match any routes. URL Segment: '%5Bobject%20Object%5D' I try to acces google ...
Efoé_Brice_dev's user avatar
0 votes
0 answers
66 views

how to display google sign-in prompt in angular

i implemented login with google in my project angular/spring boot, but im facing a problem where i want to show the user the google sign-in prompt if he use a specific route just for the ux sake, the ...
Zakariyae Chmaili's user avatar
0 votes
0 answers
19 views

Angular/Java webapp url not correct on JBoss

I'm currently having a hard time with my project, which is an EAR containing a WAR with both BE (Java Spring) and FE (Angular). Basically I'm trying to deploy it to a JBoss server, which I can't ...
Maruko's user avatar
  • 3
0 votes
1 answer
20 views

Sending multi Params from angular to Spring (one of the params is a file )

I'm trying to send an http request containing multiple params to spring, one of the params is a file but i'm getting bad request error from the server, i'm sure i made a stupid mistake but still i ...
Ghassen Massaoud's user avatar
0 votes
0 answers
39 views

"Error installing @kolkov/angular-editor: ERESOLVE issue with ngx-cookie-service dependency"

I'm encountering an issue while trying to install the @kolkov/angular-editor or (any editor) package using npm. Whenever I run npm install @kolkov/angular-editor --save, I receive an error message ...
Hadil Derbali's user avatar
0 votes
0 answers
80 views

Springboot Angular chat implementation

Can any one help in implementing an one to one chat application in Angular and spring boot as a backend with websocket. Basically i want to implement a chat application in my website where all users ...
Sreekanth V's user avatar

15 30 50 per page
1
2 3 4 5
89