Morgan Le Fay

Results 5 comments of Morgan Le Fay

I found the same problem with customBinding. using .NET7 "return true" This code will be executed. I checked it through the debugger. `System.Net.ServicePointManager.ServerCertificateValidationCallback = ((sender, certificate, chain, sslPolicyErrors) => {...

I encountered this bug as well, so I tried debugging it. The Creator Companion tries to bind to port 5476 when starting up, but an error occurs. ![image](https://github.com/user-attachments/assets/3d8d53cc-37c6-4737-a7f4-0e146b726b82) By entering...

I was able to obtain the two PCs where the issue occurred. Specifically, the problem was immediately resolved by clearing the temporary cache files in Edge. (keep cookies and other)...

In the ParseUpdateInfoEvent event handler, I was directly assigning the URL to the args.DownloadURL property: ``` defaultDownloadUrl = $"{serverEndpoint}Updates/{tenantName}/{macAddress}/{appTypeName}/Download?currentVersion={currentVersion}&timeStamp={timeStamp}"; args.UpdateInfo = new UpdateInfoEventArgs { CurrentVersion = json.Version, ChangelogURL = json.changelog,...

I came here because of the same error "No ModelSnapshot was found.". And I solved the problem. I made it not compile to renew the migration folder and moved the...