You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when accessing the product detail page through the /productDetail route without a productId parameter. This results in a RenderingException because the FreeMarker template (views/CatalogController/productDetail.ftl.html) attempts to access a property (smallImageURL) on a null object (likely productDetail).
Error Message:
ninja.exceptions.RenderingException: The following has evaluated to null or missing: ==> productDetail
The text was updated successfully, but these errors were encountered:
An error occurs when accessing the product detail page through the
/productDetail
route without aproductId
parameter. This results in a RenderingException because the FreeMarker template (views/CatalogController/productDetail.ftl.html
) attempts to access a property (smallImageURL) on a null object (likely productDetail).Error Message:
ninja.exceptions.RenderingException: The following has evaluated to null or missing: ==> productDetail
The text was updated successfully, but these errors were encountered: