PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → "webdev serve" chrome won't show dart source when using https
"webdev serve" chrome won't show dart source when using https
Iniciado por FilembaFrEliJEEVAN, abr., 29 2022 12:39 PM - Sem resposta
Membro registado
5 mensagems
Publicado em abril, 29 2022 - 12:39 PM
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...