Thanks Tim. I originally did just edit the environment.common.ts file to make it work, but the OCD in me was not happy with a workaround, LOL.
I originally installed everything for the UI via FreeBSD packages:
npm-node14-6.14.8
yarn-node14-1.22.11
But taking a cue from my REST API install issues, I decided to just keep npm-node14-6.14.8, delete yarn-node14-1.22.11 and install yarn via npm. I don't know why that worked, but it now sees my environment.prod.ts file.
Now I have a different issue where the UI is running, but no CSS is being applied. I have some MIME type errors in my browser console, so I have that as clues to how to resolve. If I get stuck again, I'll create a separate post for that.
- Gavin