Grigorii Duca
Grigorii Duca
Same issue happening to me with MySQL.
Still not a fix? I am tired of trying everyhting and couldn't make it load. Only the google logo is loading inside a gray area. :(
Still not resolved? :(
Seems like the solution provided by @cvandradg is working. If I re-export shared components, then the error is not happening. Ex: ```ts import { MillifyPipe } from "./millify/millify.pipe"; export const...
@hakimio for ng modules I think you can create a shared module to import instead.
In 2 years it was not implemented yet. :(
The same issue happens inside a github action. Are there any fixes for that? Specifying the host to `0.0.0.0` doesn't help. It still says `connect ECONNREFUSED ::1:8080` PS: Downgrading to...
@gkawin thank you! It worked on node18 by adding `NODE_OPTIONS=--dns-result-order=ipv4first`.