Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

296
Views
500 error when accessing programs page and wrong redirection to intial page

Problem: I need help fixing an issue with my program involving my GET request and retrieving the endpoints for the /register and /user pages.

Program: Program works as follows: Running the localhost will allow the user to input their details to the page (username, password, address). Once that's completed, this will be saved to an account name (which is editable), be saved via mySQL, and viewable on the /users page. Additionally, the users page will display all registered accounts (ID, email, password, and account(s)), and a link w/ a numbered userID will appear in /users page and clicking on it redirects to the single user's details and allows the user to make any changes to their info. Clicking on their account(s) name in users will do the same.

Link: This is the progress I've made so far. https://github.com/NilesDobbs/Assignment13

Goal: My localhost is retrieving me a 500 status error for both /user and /register pages, and my IDE isn't giving me any errors at runtime until I input the URL paths, which is:

javax.servlet.ServletException: Circular view path [register]: would dispatch back to the current handler URL [/register] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

I need help identifying the issue with my code, getting the pages to run on the host, and also understanding the current error. Any help would be appreciated. Thanks.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Check this issue

But I'm guessing your solution would be to change in POM:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

to:

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!