3.70 - 4.00 The path in 'value' must start with '/'.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
We've upgraded a site from 3.70 to 4.00. Ran the scripts on the database to go from 3.70, through to 4.00, but get the following error?

ArgumentException: The path in 'value' must start with '/'.
Parameter name: value
Nop.Web.Framework.Infrastructure.Extensions.ApplicationBuilderExtensions+<>c.<UseNopExceptionHandler>b__1_1(HttpContext context) in ApplicationBuilderExtensions.cs, line 81

Just to add, the site runs fine on a fresh install database - the problem comes from when we try to connect to an 'upgraded' database.

Anyone had any similar issues?

Regards,
Craig
5 years ago
I love how this community comes to the aid of others..............

Anyway, for those that may come across this when upgrading, checking the logs in SQL Server helped me work out what the issue was.

Prior to shutting the stores down, we failed to turn off bundling / minification. That's it... was simple as that! Logged into SQL Server, went to the settings table and manually set that value to false.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.