Error with MAUI App trying to comunicate with localhost via port forwarding
I developed an app with MAUI Hybrid Blazor that connects to a server hosted on my PC through Google port forwarding. I have a strange problem though: as soon as I start the app, the request it sends is rejected. However, if I try to reload the ‘page’ through the Google port forwarding tool, the request goes through successfully. And the app also starts to work fine on the phone, any suggestions about this?