Hi All,
Joined up here looking for information on how to solve a particular networking problem. Here's what happened...
Installed Rancher Desktop from scoop (Windows 10).
Used helm to install Budibase.
Port forwarded the Budibase proxy-service to 8080.
Used nginx to forward port 80 traffic to localhost 8080.
... while I can launch Budibase from localhost:8080, when I try to access port 80 from the device name address, it doesn't work right. The HTML loads, but none of the assets like the JS or CSS can be loaded. Yet, when I go to their address, I can view the asset code just fine from the device name URL.
I did a search briefly, but no one described this exact problem.
Is there a better way to expose port 80 to network traffic and forward it to the right service?