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
console.log(`> before start - audioContext is "${audioContext.state}"`);awaitclient.start();console.log(`> after start - audioContext is "${audioContext.state}"`);
npm run dev
console :
before start - audioContext is "suspended" index.js:48:10
after start - audioContext is "running"
npm run build:production && npm start
console :
before start - audioContext is "suspended"
stucking on Initializing platform-init...
The text was updated successfully, but these errors were encountered:
Step to reproduce :
npm run dev
console :
npm run build:production && npm start
console :
The text was updated successfully, but these errors were encountered: