Michael C.
Michael C.
If I recall correctly this was an issue in Live as well, from time to time.
This has something to do with being on a weird internet provider, particularly the smaller ones. As far as I understand it, the smaller network is something of a subnet,...
The client log leaves much to be desired, as while this is his log, it's identical in my "healthy" log (minus the timeout disconnect): ```log 20:11:45 2 GUI Sending login...
@Dragonisser that was shot down by the Devs here: https://github.com/DarkflameUniverse/DarkflameServer/pull/200
@avalero The solution is not from the library but from how you are handling CORS with your app. Please see an example with CORS here: https://github.com/MichaelFedora/gql/blob/vanilla-cors/examples/vanilla.ts -- I say this...
Gonna have to simplify that complex method eventually lol, but added CORS to the example (when running with `--cors`) as well as OPTIONS handling. I have an upgrade for `vanilla.ts`...
Hey @Mayank1728 , I appreciate the desire to help however please refrain from bumping old issues like this (it's almost been four years!). This issue requires a bit of knowledge...