hi
How can I reproduce this exception with https://github.com/maliming/NextGenPortal/ ?
Please share the steps. Thanks.
hi
https://github.com/maliming/NextGenPortal/commit/77bc8a49da2a9f5bc60b16a50c186449b1131e98
ok
https://github.com/alpeshkalena Can access this repo.
hi
we need to pass the correct values for clientId and client secret also else it throws above error. So there is no option to remove these settings from appsetting?
Can you test this commit?
https://github.com/maliming/NextGenPortal/commit/cfd5a88a06eafc03b97981763b16b17199dbc526
hi
we need to pass the correct values for clientId and client secret also else it throws above error. So there is no option to remove these settings from appsetting?
I will find a way.
Also, Can we deploy and run app on IIS with http?
Can you create a new question?
Thanks
You can condier to using blazor webapp
It will initiate the page using the blazor server, download wasm files in the background, and switch to blazor wasm next time.
The /Gdpr/PersonalData
page loaded in 14.78s, after clear wasm cache. the page loaded in 17.37s,
you can see the Ajax call takes most of the time.
| Request Type | Number of Requests | Total Time |
|------------------------------|------------------------|----------------|
| application/json
| 14 | 10.451s |
| text/html
| 2 | 4.1s |
| application/x-unknown
| 12 | 3.094s |
| application/javascript
| 3 | 107ms |
| text/css
| 13 | 434ms |
| image/jpeg
| 1 | 281ms |
| application/x-javascript
| 9 | 220ms |
| text/plain
| 1 | 38ms |
| image/png
| 2 | 9ms |
| application/font-woff
| 2 | 3ms |
| application/font-woff2
| 2 | 2ms |
Refresh the page again.
Ajax: 5.949s.
These api calls will appear in any page, even if it is an empty page
well, the authority must be set as a url.
And the well-known endpoint also need to be valid.
hi This is how blazor wash works.
You can consider using blazor server or blazor webapp mode.