microsoft / MLNETExcel

Excel Add-In to make predictions using ML.NET Models - Built on Blazor WASM
MIT License
12 stars 1 forks source link

Unable to run the add-in #1

Closed Vivihung closed 2 years ago

Vivihung commented 2 years ago

Any tips for debug? image

luisquintanilla commented 2 years ago

Hmmm. A few things I can think of.

  1. Make sure that you placed the files from the MLBlazorExcelAddIn/bin/Release/net6.0/publish/wwwroot directory are uploaded to the $web container. It should look something like this:

image

  1. In the manifest.xml, make sure that you only replaced the STATIC-WEBSITE-URL text, not the entire thing. The complete manifest.xml should look something like this:

manifest.zip

  1. Try setting the error document path for your static site to index.html:

image

Let me know if you're still having issues after trying all these.

luisquintanilla commented 2 years ago

@Vivihung hopefully this has been fixed by the changes made based on suggestions from #2. Closing for now. Feel free to open an issue if there still is one.

Vivihung commented 2 years ago

I will give it a try tmr and will let you know if seeing issues. Thanks!