question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Circular view path [greeting]: would dispatch back to the current handler URL [/greeting] again.

See original GitHub issue

When I go to http://localhost:8080/greeting, I am getting Circular view path [greeting]: would dispatch back to the current handler URL [/greeting] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:8

github_iconTop GitHub Comments

3reactions
hannesgeodancommented, Dec 14, 2018

yes, here too!

1reaction
reach009commented, May 15, 2019

Hey guys, I just found a good solution.

Just add thymeleaf dependency:

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Circular View Path Error
Learn about the Circular View Path error in a Spring Boot project. ... [path]: would dispatch back to the current handler URL [/path]...
Read more >
How to avoid the "Circular view path" exception with Spring ...
Circular view path [preference]: would dispatch back to the current handler URL [/preference] again. Check your ViewResolver setup! (Hint: This may be the ......
Read more >
Circular view path [error]: would dispatch back to the ...
Hello. The javax.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/error] again.
Read more >
javax.servlet.ServletException: Circular view path [error]
Circular view path is a common issue that occurs when the url is invoked in a circular way. If the default error page...
Read more >
Springboot关于Circular view path [xxx]: would dispatch ...
报错信息: javax.servlet.ServletException: Circular view path [index]: would dispatch back to the current handler URL [/index] again. Check your ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found