-
Hi, I've been trying to add aspire into an existing project I have. My problem is with adding a react frontend to the hosting setup. When I try to add it to the hosting like this:
My target port is never used, instead the PORT environment variable is filled in with a random port number, and the dashboard shows this: I would expect the target http port to be the one I supplied myself. If I leave out |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
cc @karolz-ms |
Beta Was this translation helpful? Give feedback.
@davidfowl is correct. I was able to verify, using latest 8.1 preview https://github.com/dotnet/aspire/blob/main/docs/using-latest-daily.md that the same repro program that fails with 8.0 bits now works