Aidar

Results 2 comments of Aidar

I have similar issue when using AWS EKS. nslookup successfully resolves IP, but curl fails Ip address of web services is 172.20.98.4 ``` ~$: kubectl get svc -o wide |...

I bumped into the same issue. One possible quick fix is to disable server side rendering for the editor. Wrap your component to ``` import {NoSsr} from "@material-ui/core"; ..... ```