receiving "Page not found" after configuring and adding the category widget with custom taxonomy to my page with a dynamic module
I have a dynamic module called listings. I place this widget on a page called Listing. I have a custom Classification called "listingcategories" set up under classifications and within my dynamic module I have a field that is of type Classification named "listingcategories". I added the Category Widget and configure it with the following: I set the baseURL to ~/listings (which is the Listings page), the DynamicContentType to Telerik.Sitefinity.DynamicTypes.Model.Listings.Listing, the FieldName to listingcategories, and the TaxonomyId to the id of the custom taxonomy.
When I finish configuring the widget, I see the custom taxonomy displayed properly on my page based on the records of the dynamic content.
When I mouseover the links in category widget, i see the url looks ok and shows the right item count for the custom classification: Below is an example the url:
localhost/.../sub1
However, when I click any of the taxonomy urls, I get the Page Not Found error below. What am I possibly missing in my custom taxonomy or dynamic module?
Server Error in '/' Application.
Page not found
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.Web.HttpException: Page not found
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
We noticed the same thing
Any news on how to resolve this issue?
Hi Bostjan,
Did you try what my colleagug Nikolay offered as a workaround in his reply?
Regards,