Nicola Biada
Nicola Biada
Hi, I've tried to modify via a fork some methods and it works, but is not a good solution (only for single select). Take a look to my fork: https://github.com/nbiada/Typeahead...
Confirmed also with Scan Reader in keyboard emulation. In the meanwhile you can use this workaround: ```xml CapitalizeCharacter ```
Do you have Kestrel as web server behind NGINX? If it is so, take a look to this tutorial: https://www.nginx.com/blog/tutorial-proxy-net-core-kestrel-nginx-plus/
Are you sure that your kestrel in Linux is working correctly? It seems an unreachable address. Have you followed every instruction reported here https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/server?view=aspnetcore-5.0#linux-with-nginx-1 ?
I don't understand the organisation. Probably my bad. If your nginx configuration point to localhost:5000 this endpoint needs to run on your Linux box. The question is: in your Linux...
> @nbiada could you add in back the client reference that you removed and update this PR. will merge other changes. Ok, I'll do it this evening
Hi @Waynecool5 , I don't understand the question. Do you have problem authenticating the hub? Try to use the latest source code from git repo, the template isn't aligned with...
Hi @pdegenhardt , the Microsoft Identity platform is necessary to use the authorization system in Api/Razor pages. To better understand the code changes you need in BlazorHero, I suggest you...
Hi @ssanver , you probably haven't installed the OpenSSL module on your OSX. Please refer to this documentation: https://docs.microsoft.com/en-us/dotnet/standard/security/cross-platform-cryptography#aes-ccm-and-aes-gcm-on-macos
You're system cannot find the certificate for the SSL part. Look at this: https://github.com/dotnet/aspnetcore/issues/25760