Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chapter 18. Adding a services page to the Northwind MVC website #99

Open
Dreamoochy opened this issue Aug 11, 2022 · 1 comment
Open

Comments

@Dreamoochy
Copy link

On page 20 in step 3 items styled with

<span class="badge badge-info">...</span>

are not displayed. The following style works:

<span class="badge bg-info">...</span>

Also terminal output shows GET request for service-worker.js with 404 response. After copying this file from Northwind.BlasorWasm to Northwind.Mvc these messages are no longer shown. But it doesn't affect the functionality as it seems.

@markjprice
Copy link
Owner

Hmmm, I'm not sure why the MVC project would need a file from the Blazor WebAssembly project, but I have created an errata item for the page 20 issue:
https://github.com/markjprice/cs10dotnet6/blob/main/errata.md#page-20---adding-a-services-page-to-the-northwind-mvc-website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants