Closed brettwinters closed 4 years ago
Brett,
Is your project that uses Logging hosted on IIS, the development server, or something else?
There were a lot of issues with embedded resources that are supposed to be fixed as of the GA of DNC 3.0.0; You might want to update and try again.
I'm getting this same error, just trying to run it locally.
.net Core 3.1, tried with v1.0.0 and v1.1.0-preview2 of this lib with no luck.
@knight1219 3.1 isn't supported yet. Try adding <script src="_content/blazor.extensions.logging.js"></script>
to your index.html
somewhere inside <head>
; that may be enough. If not, you'll have to wait for #49 or #51 to get merged.
Can't find the js file, 404's. Is there any ETA on when this would get fixed? is there a way to manually generate the js file and add it to my project or a CDN as a workaround?
Hello
Just installed again after uninstalling while awaiting your update to preview 9, but I'm getting the above error in my console.
Seems like its missing the js, but
Blazor.Extensions.Logging.JS.dll
is on the client..Regards
Brett