Open z234009184 opened 2 years ago
I may suggest trying to publish the web build to a platform like CloudFlare Pages for example or Firebase Hosting. Just make sure to run the app through port 80
runApp(GetServer(
port: 80,
getPages: [
GetPage(name: '/', page:()=> Home()),
],
));
Give it a try.
If I don't want use Nginx, what can I do?