by Mason Chase | Dec 27, 2019 | Laravel
Rebuilding config cache under Jailkit will cause a mismatch between command line and web server, Laravel store the path under bootstrap/cache/config.php path.
by Mason Chase | Dec 27, 2019 | ASP Net Core
Receiving many errors below when trying to build /usr/share/dotnet/sdk/3.1.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets(155,5): warning MSB3026: Could not copy...
by Mason Chase | Dec 23, 2019 | Flutter
I’m trying to test flutter with flutter create app_name and using Android Studio and VS Code I get the error on runApp isn’t defined, and indeed no where in the flutter library I can see this is being defined. Strangely, first time I...
by Mason Chase | Dec 22, 2019 | Rest API
Running Xero NetStandard oAuth2 Sample API runs into error: Microsoft.AspNetCore.Hosting.Internal.WebHost:Information: Request starting HTTP/1.1 GET https://localhost:5000/home/signup Microsoft.AspNetCore.Routing.EndpointMiddleware:Information: Executing endpoint...
by Mason Chase | Dec 17, 2019 | Uncategorized
Calling PJ_SIP responds media is not accepted after enable SRTP in client with error SIP/2.0 488 Not Acceptable Here: <— Received SIP request (1876 bytes) from TLS:90.90.90.90:18243 —> INVITE sip:66@voip.system.com:56061;transport=tls SIP/2.0 Via:...