Web-app working on local host but partly on render

Hi, I have built a application which is working fully on the localhost but when I deploy it some of the functionality doesn’t seem to work and the issues is
Error resolving template [/students/updateStudent], template might not exist or might not be accessible by any of the configured Template Resolvers.
I have checked my github and the file is present in the repo. Any suggestions or tips what could be happening

Hi there,

As this an application-level issue, we are limited in our ability to assist you. However, some online posts describing a similar error recommend checking the format of the template reference for things like a leading forward slash or case sensitivity: https://stackoverflow.com/questions/27249078/spring-boot-gives-templateinputexception-error-resolving-template-when-runnin

I hope that helps point you in the right direction!

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.