Marcus
Marcus
I still have the issue, and looking at @brianmriley post the only real difference I see is that people are on react 16 and not 17. Which I have tried...
It is also warns about any 3rd party library. Say you use Redux and use dispatch in your useEffect. Or Actions. Really anything and it says it needs to be...
@WillianAgostini I get CORS error on React but not Postman using the axios.create with my BaseURL. I even copied all the same headers from my call in the browser to...
I think unsupported is the case
There was a long discussion a couple of years ago. Myself and another made a typescript version of the project. Currently I am updating the dependencies and will push a...
Are you using any indexes? If so that is why. NeDB has to re-index every collection on load.
@martinsookael isn't nedb not stored as JSON? I thought it was an object per each line, no commas just a return then the next object.
It seems like IPV6 needs to be there. How do i do that?
If you want to take a look here is the setup. https://github.com/marcusjwhelan/minecraft_docker/tree/master/k8s/prod-azure-multi-pod-node
@itzg It looks like it still instantly disconnects the server once connected. I am trying to avoid using a load balancer because I am testing out a process to have...