PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → "webdev serve" chrome won't show dart source when using https
"webdev serve" chrome won't show dart source when using https
Débuté par FilembaFrEliJEEVAN, 29 avr. 2022 12:39 - Aucune réponse
Membre enregistré
5 messages
Posté le 29 avril 2022 - 12:39
Hi

Trying to test dart app using chrome via https. (using nginx to proxy https port to webdev serve http port). When I visit the app using http, I can see main.dart. When I visit the same app using https, I can see main.dart.js.

Is there a way to get 'webdev serve' listening to a https port ?

[why using https - because google won't allow oauth without it, and anyway, we're supposed to be using https always these days, right?]

Thanks in advance for your help...