Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Known Issue]: https://localhost:5001 not in Console Logs after dab start #2237

Closed
1 task done
JerryNixon opened this issue May 23, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working cri Customer Reported issue known-issue Known issues linked from https://learn.microsoft.com triage issues to be triaged
Milestone

Comments

@JerryNixon
Copy link
Contributor

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

  1. https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
  2. 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
@JerryNixon JerryNixon added bug Something isn't working triage issues to be triaged known-issue Known issues linked from https://learn.microsoft.com and removed bug Something isn't working triage issues to be triaged labels May 23, 2024
@JerryNixon JerryNixon pinned this issue May 23, 2024
@JerryNixon JerryNixon changed the title [Bug]: https://localhost:5001 not in Console Logs after dab start [Known Issue]: https://localhost:5001 not in Console Logs after dab start May 23, 2024
@JerryNixon JerryNixon added triage issues to be triaged cri Customer Reported issue bug Something isn't working labels Jun 6, 2024
@JerryNixon JerryNixon added this to the Backlog milestone Jun 6, 2024
@seantleonard
Copy link
Contributor

The corrected breaking change article is for .net7: https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/7.0/https-binding-kestrel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cri Customer Reported issue known-issue Known issues linked from https://learn.microsoft.com triage issues to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants