Achi
Achi
NNovu
Created by Achi on 10/8/2024 in #💬│support
NOVU - INBOX - Next.js
@Pawan Jain I would recomend adding optional chaining in packages > js > src > ui > helpers > browser.ts. on 9th line you have code - navigator.locks.request, replace this with navigator?.locks?.request because it causes errors in dev mode while running with http because navigator.locks does not exist in that case.
14 replies
NNovu
Created by Achi on 10/8/2024 in #💬│support
NOVU - INBOX - Next.js
@elmd @novu/react is using websockets for live updates. which needs project to be run with HTTPS. try running your project with https.
14 replies
NNovu
Created by Achi on 10/8/2024 in #💬│support
NOVU - INBOX - Next.js
Thanks Pawan, i found out that it was the issue with http. navigator.lock did not exist
14 replies
NNovu
Created by Achi on 10/8/2024 in #💬│support
NOVU - INBOX - Next.js
Next.js v14.2.13 @novu/react v2.4.0
14 replies
NNovu
Created by Achi on 10/8/2024 in #💬│support
NOVU - INBOX - Next.js
yeah
14 replies