Hello! I am working on deploying a Next.js web app with camera kit, and I'm getting this persistent error: Unhandled Runtime ErrorError: navigator is not definednode_modules\@snap\camera-kit\lib\common\locale.js (1:22) @ navigator On localhost, the error does show up when I load the page, but doesn't seem to be affecting…
Hello! I am running into an error when importing the Camera Kit web SDK, and I would appreciate some insight! Currently I am attempting a test using the basic sample code (https://camera-kit.snapchat.com/websdk/sample/basic) built to JS using the TS compiler, and implemented in a basic HTML file: <script src="index.js"…