Scott Schindler
Results
3
comments of
Scott Schindler
@DopamineDriven Thanks. Is that code in "pages/_document.js"? I have similar code in document and it's not working for me. ``` import { Html, Head, Main, NextScript } from "next/document"; import...
I'm also experiencing this. @LeviWilliams have you figured out a solution. I believe it is causing my app to crash. Thanks
Also running into this issue. @mawans, did you find a solution?