unable to load the home page after click on the agree button.
Opened this issue · 0 comments
Pavankumar95153 commented
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