Skip to content

Commit bb64413

Browse files
authored
Merge pull request #6791 from dotnet/haok/notes
Add spa + auth known issues
2 parents 5add597 + 40f3c0a commit bb64413

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release-notes/6.0/known-issues.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,9 @@ You can workaround this by always providing a non-zero and non-minimum value for
166166
When enabling HTTP/3 which is only accessible through a feature flag, you might experience Kestrel using 100% of the CPU. We recommend not enabling the feature until this is fixed.
167167

168168
Issue is tracked by https://github.com/dotnet/runtime/issues/60133 and will be fixed in .NET 6 RTM.
169+
170+
**SPA template issues with Individual authentication when running in development**
171+
172+
The first time SPA apps are run, the authority for the spa proxy might be incorrectly cached which results in the JWT bearer being rejected due to Invalid issuer. The workaround is to just restart the SPA app and the issue will be resolved.
173+
174+
When using localdb (default when creating projects in VS), the normal database apply migrations error page will not be displayed correctly due to the spa proxy. This will result in errors when going to the fetch data page. Apply the migrations via 'dotnet ef database update' to create the database.

0 commit comments

Comments
 (0)