data-api-builder icon indicating copy to clipboard operation
data-api-builder copied to clipboard

Fix `export` command failing due to no default HTTPs port

Open abhishekkumams opened this issue 1 year ago • 0 comments

The default HTTPS address and port have been removed from Kestrel in .NET 7. This introduced a breaking change in DAB after 0.9.7. One of the issue is of export command. Since, it uses https address we see failures.

To fix: Create a fall back mechanism to HTTP address if HTTPS is not enabled.

Can discuss in future to add options in export to use HTTP or HTTPS explicitly #2351

abhishekkumams avatar Aug 26 '24 16:08 abhishekkumams