Closed worldspawn closed 2 years ago
This problem is somehow related with session data, just clear everything from it and You will be able to finish payment. I also calculated amount for more licenses and had that problem, clearing browser data helped. Already have one license and waiting for new version to come to decide is it worth to introduce to other team members, current has many small bugs, that hope to be corrected in future releases :D
Thanks for the feedback, very appreciated! Try again the payment checkout, it should work ok. This is an intermittent issue, that should be permanently fixed soon (see below explaination).
A little bit of background to the issue, this is not CORS, but an availability issue. The license-server is running on a kubernetes cluster, under GKE, but the cluster is marked to use preemptible nodes, which means the worker nodes are swapped every 24h, in the spirit of chaos engineering, but the worker nodes are not shut down gracefully, which leaves the system with some downtimes :(
I'll migrate to a no-preemtive node pool cluster soon the production license server to avoid these gaps. Hopefully this will fix issues such as this.
closing as this was already fixed by moving the workload out of preemptive nodes to a Firebase Function.
Wanted to organise a license for my colleague but...
Go here: https://www.kubernetic.com/payment/checkout
Click "Next". Nothing happens because...
How good is CORS? 😄
Be great if u could fix asap @dkapanidis