No native implementation of WebCrypto is available in current context if Next.js app accessed using IP address
My Next.js app runs normal if I tried to access it from 127.0.0.1:8082
or localhost:8082
. The problem is when I want to access it using my machine’s IP address (e.g. http://10.233.xx.xx:8082/
) it throws an error Error: no native implementation of WebCrypto is available in current context
.