Skip to content
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

Related to video Page #123

Open
inzamamahmad3 opened this issue Aug 4, 2023 · 1 comment
Open

Related to video Page #123

inzamamahmad3 opened this issue Aug 4, 2023 · 1 comment

Comments

@inzamamahmad3
Copy link

When I click on the video on the home page. It shows me an error.
"Cannot read properties of null (reading 'videoUrl')
TypeError: Cannot read properties of null (reading 'videoUrl')
at Video (http://localhost:3000/static/js/bundle.js:2772:29)
at renderWithHooks (http://localhost:3000/static/js/bundle.js:61326:22)
at mountIndeterminateComponent (http://localhost:3000/static/js/bundle.js:64612:17)
at beginWork (http://localhost:3000/static/js/bundle.js:65908:20)
at HTMLUnknownElement.callCallback (http://localhost:3000/static/js/bundle.js:50918:18)
at Object.invokeGuardedCallbackDev (http://localhost:3000/static/js/bundle.js:50962:20)
at invokeGuardedCallback (http://localhost:3000/static/js/bundle.js:51019:35)
at beginWork$1 (http://localhost:3000/static/js/bundle.js:70893:11)
at performUnitOfWork (http://localhost:3000/static/js/bundle.js:70140:16)
at workLoopSync (http://localhost:3000/static/js/bundle.js:70063:9)
"

Anyone how to solve this

@jihacshnu
Copy link

It happens sometime when you delete the data related to property from database. Like we would have deleted one url from database. I have faced same error in my chat app when I have accidentally deleted a chat. I have resolved that issue by removing the whole user from database and sign in again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants