vnbaaij / Baaijte.Optimizely.ImageSharp.Web

Use SixLabors.ImageSharp.Web in Optimizely
Apache License 2.0
17 stars 15 forks source link

Error when the application starts #19

Closed fquintanilla closed 1 year ago

fquintanilla commented 1 year ago

Hi, I am using Optimizely 12.15.1 and after adding services.AddBaaijteOptimizelyImageSharp(); in the Startup file I get this error:

The provider root path cannot be determined, make sure it's explicitly configured or the webroot is set.

Am I missing configuring something else? Thank!

vnbaaij commented 1 year ago

Please seek help in the Optimizely forum. It seems not to be an issue with the library but rather with your configuration. Otherwise there would be more reports

ErikHen commented 1 year ago

In a newly created solution you might not have the wwwroot folder. Add that folder to fix this issue.