You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On running the example with npm run dev, everything is working fine. But when I run it with npm run build; npm start after sometime I can see the following error on the console.
ro: could not establish signal connection: invalid token: eyJhbGciOiJIUzI1NiJ9.eyJuYW1l
It seems this is happening due to the participant token's ttl time in the route.ts file, but how can this be resolved?
The text was updated successfully, but these errors were encountered:
On running the example with
npm run dev
, everything is working fine. But when I run it withnpm run build; npm start
after sometime I can see the following error on the console.It seems this is happening due to the participant token's ttl time in the
route.ts
file, but how can this be resolved?The text was updated successfully, but these errors were encountered: