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

unable to load the home page after click on the agree button. #35

Open
Pavankumar95153 opened this issue Sep 25, 2021 · 0 comments
Open

Comments

@Pavankumar95153
Copy link

Getting the following error when I clone and execute the project.

TypeError: Cannot read properties of undefined (reading 'url')
Header
C:/Users/Pavankumar/Downloads/spotify-clone-master/src/Header.js:21
18 | />
19 |
20 |

21 |
| ^ 22 |

{user?.display_name}


23 |

24 |
View compiled
▶ 17 stack frames were collapsed.
(anonymous function)
C:/Users/Pavankumar/Downloads/spotify-clone-master/src/App.js:48
45 | });
46 |
47 | s.getMe().then((user) => {
48 | dispatch({
| ^ 49 | type: "SET_USER",
50 | user,
51 | });
View compiled

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

1 participant