Error : Render template thymeleaf
Hello everyone, I am currently in need of assistance with a 404 error issue while deploying my Spring Boot project to Railway. The root path ("/") is working fine, but any other paths are returning a Thymeleaf template, resulting in a 404 error. I would greatly appreciate any help from anyone
4 Replies
Project ID:
93690daa-f080-470a-b937-4fc722e8c238
93690daa-f080-470a-b937-4fc722e8c238
index.html is working fine , but others teamplate is not
I had solved this bug , it because template must be in relative path when deploy ,although this not a problem at localhost