I get the following error when trying to create a new product under Products.
An unhandled exception occurred while processing the request. ArgumentNullException: Product id to export is not specified. (Parameter 'productId') Dynamicweb.Products.UI.Screens.ProductOverviewScreen.GetExportSingleProductAction(Guid queryId, string groupId, string productId, string languageId) Stack Query Cookies Headers Routing ArgumentNullException: Product id to export is not specified. (Parameter 'productId') Dynamicweb.Products.UI.Screens.ProductOverviewScreen.GetExportSingleProductAction(Guid queryId, string groupId, string productId, string languageId) Dynamicweb.Products.UI.Screens.ProductOverviewScreen.GetProductActions(ProductDataModel model) Dynamicweb.Products.UI.Screens.ProductEditScreen.GetScreenActions() Dynamicweb.CoreUI.Screens.EditScreenBase<TModel>.GetDefinition() Dynamicweb.Application.UI.AreaContainerScreen.GetDefinition() Dynamicweb.CoreUI.Rendering.Views.Admin.Views_Admin_Index+<>c__DisplayClass17_0+<<ExecuteAsync>b__1>d.MoveNext() Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext.SetOutputContentAsync() Dynamicweb.CoreUI.Rendering.Views.Admin.Views_Admin_Index.ExecuteAsync() Microsoft.AspNetCore.Mvc.Razor.RazorView.RenderPageCoreAsync(IRazorPage page, ViewContext context)
Steps to reproduce:
- Set up a brand new site as per <<link to bug about setup>>
- Click Products
- Click the All products query
- Click the New product button
Actual results:
The error above is shown
Expected results:
I can create a new product and save it