R
Railway14mo ago
nhat

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
Percy
Percy14mo ago
Project ID: 93690daa-f080-470a-b937-4fc722e8c238
nhat
nhat14mo ago
93690daa-f080-470a-b937-4fc722e8c238
nhat
nhat14mo ago
index.html is working fine , but others teamplate is not
nhat
nhat14mo ago
I had solved this bug , it because template must be in relative path when deploy ,although this not a problem at localhost