Closed
Description
What happened?
When using .NET 8 and Data API builder v1.1+ CLI, the Console Logs do not present the HTTPS URL.
Workaround
In your .env
file, add the following line:
ASPNETCORE_URLS="http://localhost:5000;https://localhost:5001"
References
- https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
- https://learn.microsoft.com/en-us/azure/data-api-builder/how-to-use-environments#create-environment-variables-file
Version
1.1+
What database are you using?
Azure SQL
What hosting model are you using?
Local (including CLI)
Which API approach are you accessing DAB through?
REST, GraphQL
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct