-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team meetings #156
Team meetings #156
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were problems while running the containers:
> [frontend base 6/6] RUN npm i && npm run build:
66.96
66.96 added 509 packages, and audited 510 packages in 1m
66.96
66.96 94 packages are looking for funding
66.96 run `npm fund` for details
66.98
66.98 1 high severity vulnerability
66.98
66.98 To address all issues, run:
66.98 npm audit fix
66.98
66.98 Run `npm audit` for details.
66.98 npm notice
66.98 npm notice New major version of npm available! 9.8.1 -> 10.5.0
66.98 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.0>
66.98 npm notice Run `npm install -g [email protected]` to update!
66.98 npm notice
68.32
68.32 > [email protected] build
68.32 > tsc && vite build
68.32
85.24 src/pages/FriendsPage.tsx(17,1): error TS6133: 'Paginator' is declared but its value is never read.
85.24 src/pages/FriendsPage.tsx(26,9): error TS6133: 'friends' is declared but its value is never read.
------
failed to solve: process "/bin/sh -c npm i && npm run build" did not complete successfully: exit code: 2
Please run npm audit fix
and remove the unused lines
There's a warning and peer is null
errors if room endpoint is typed directly into the top bar.
There's an error while visiting the friends page. Only friends are stored in a Redux reducer. Why not store and fetch friends through the UserProvider
?
Uncaught (in promise) Error: When called with an action of type "SET_USER_FRIENDS", the slice reducer for key "friends" returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.
Redux 2
fetchFriends ProfilePage.tsx:50
ProfilePage ProfilePage.tsx:53
The reducer is buggy - no invites are shown in the team meeting page
There is a blank page and a Going to a room page directly or refreshing the room page lets you choose the camera and microphone settings and then nothing happens. It should either get you back to the meeting or redirect to another page. Refreshing a page makes the notification disappear. Sending another invite doesn't work. After going to another page, Mercury spies on you and there's no way to go back to the meeting or disconnect. Only the person that joined the team meeting's camera is visible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Team meetings 💪
Notifications behave weirdly - when a notification is removed and the person in the meeting sends another one, both notifications appear.
This is resolved but pressing the back button after the redirect to
Still not resolved. It also happens when you disconnect from the call the regular way. After ending the meeting and starting a new one sending notifications doesn't work. |
No description provided.