The Unexpected Success Of The Shop App From Shopify - InsightFlow
The API worked fine from Swagger. It would generate {"Unexpected character encountered while parsing value: e. Path '', line 0, position 0."} on using the published Blazor Server application. Both the...
Apr 20, 2026
The API worked fine from Swagger. It would generate {"Unexpected character encountered while parsing value: e. Path '', line 0, position 0."} on using the published Blazor Server application.
Understanding the Context
Both the API and Blazor Server app are hosted on same IIS server with different ports. Currently, in Ubuntu 22.04 LTS curl is version 7.81.0, and fails in case of unexpected EOF with OpenSSL 3.0.x. The latest curl is 7.88.1, and apparently resolved the issue, though I could not find the exact commit or ticket.