You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got an issue running the polling-app-server
compiling, building and running the app is working fine
but when I open browser, access link with port 8080 it shows me the Whitelabel Error Page.
I've searched for a fix, but no luck
the only addition is that I've added the thymeleaf dependency in pom.xml file
also, created error folder : src/main/resources/templates/error
added an error web page under : src/main/resources/templates/error/error.html
now the Whitelabel Error Page is replaced with the error page I've created but no luck getting the home page working or other links like /api/auth /api/signin etc...
I noticed the exception folder in your projects, but didn't get if it's useful or not the changes I made.
could you please look into this, update the projects ?
much appreciation!
P.S : I was able tu run the polling-app-client just fine!
OS : ubuntu 18.04
Maven version : 3.6.0
Java version : 1.8.0_222
Spring boot version as pom.xml : 2.1.6
The text was updated successfully, but these errors were encountered:
hey dude
thanks for the interesting projects!
I got an issue running the polling-app-server
compiling, building and running the app is working fine
but when I open browser, access link with port 8080 it shows me the Whitelabel Error Page.
I've searched for a fix, but no luck
the only addition is that I've added the thymeleaf dependency in pom.xml file
org.springframework.boot
spring-boot-starter-thymeleaf
also, created error folder : src/main/resources/templates/error
added an error web page under : src/main/resources/templates/error/error.html
now the Whitelabel Error Page is replaced with the error page I've created but no luck getting the home page working or other links like /api/auth /api/signin etc...
I noticed the exception folder in your projects, but didn't get if it's useful or not the changes I made.
could you please look into this, update the projects ?
much appreciation!
P.S : I was able tu run the polling-app-client just fine!
OS : ubuntu 18.04
Maven version : 3.6.0
Java version : 1.8.0_222
Spring boot version as pom.xml : 2.1.6
The text was updated successfully, but these errors were encountered: