-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RSS and Category Pages are giving 404 as in the site I used IContentLastChanceFinder #446
Comments
I understand there is some fundamental routing conflicts going on with Articulate and Umbraco (and potentially other Umbraco Cloud things) which needs to be resolved in the correct way. Using last chance content finders is only a work around and not a viable long term solution. Unfortunately, I won't have time to help debug this until april since I am away until the end of the month. |
@RPanc As a workaround, exclude the Articulate custom routes from your finder, reference this thread. Note that example routes to filter are not exact, it's still possible to get 404's on some of these routes if wrong node id/data passed, in which case the default Umbraco not found page is served - you can customise/override this with your own template placed in \umbraco\UmbracoWebsite\NotFound.cshtml You will likely need to build Articulate from latest sources to pick up latest commits that fix or work-around other routing concerns (review commit history/latest PR's to check if these effect you). |
Please try the latest Articulate release 5.0.3 and let me know if the problem is resolved. |
I can replicate the issue. For now there is a workaround in the other issue. The underlying problem and how to fix is very strange, I'll actually need to debug this with the Umbraco source. |
Hi all
builder.SetContentLastChanceFinder();
I wrote a content finder like above but for the RSS & categories pages are always going to 404.
The text was updated successfully, but these errors were encountered: