React app Item View - Loading Issue

Hey great community :slight_smile:
I have got problems with building applications for item view. Maybe you will help me ?

Environment:
npm: 6.14.6
node: 12.18.4
monday-sdk-js: 0.1.1,
react:16.13.0,
react-dom:16.13.0,
react-scripts:3.4.0

Description

I builded sample application “quickstart-react” and i uploaded it for feature “Item Views”

When I clicked on the row item, the right sight panel was opened. I added applications by button “+ Add View”.

When I tried to switch to the new tab in the right sight panel I got a loader and later I got an error in console “Uncaught TypeError: Cannot read property ‘id’ of null”.

Error message

main-613cb1b8b409bd79eec5.js:2 Uncaught TypeError: Cannot read property ‘id’ of null
at main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
setTimeout (async)
value @ main-613cb1b8b409bd79eec5.js:2
iu @ vendors-d084474e8c458eb5fd37.js:2
fs @ vendors-d084474e8c458eb5fd37.js:2
t.unstable_runWithPriority @ vendors-d084474e8c458eb5fd37.js:2
Xo @ vendors-d084474e8c458eb5fd37.js:2
ds @ vendors-d084474e8c458eb5fd37.js:2
Ju @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
t.unstable_runWithPriority @ vendors-d084474e8c458eb5fd37.js:2
Xo @ vendors-d084474e8c458eb5fd37.js:2
Uo @ vendors-d084474e8c458eb5fd37.js:2
Yo @ vendors-d084474e8c458eb5fd37.js:2
es @ vendors-d084474e8c458eb5fd37.js:2
notify @ vendors-d084474e8c458eb5fd37.js:2
t.notifyNestedSubs @ vendors-d084474e8c458eb5fd37.js:2
t.handleChangeWrapper @ vendors-d084474e8c458eb5fd37.js:2
t @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
requestAnimationFrame (async)
z @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
dispatch @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ main-613cb1b8b409bd79eec5.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
t.changeTab @ main-613cb1b8b409bd79eec5.js:2
changeTab @ main-613cb1b8b409bd79eec5.js:2
e.selectItemView @ main-613cb1b8b409bd79eec5.js:2
onClick @ main-613cb1b8b409bd79eec5.js:2
u @ vendors-d084474e8c458eb5fd37.js:2
f @ vendors-d084474e8c458eb5fd37.js:2
(anonymous) @ vendors-d084474e8c458eb5fd37.js:2
m @ vendors-d084474e8c458eb5fd37.js:2
at @ vendors-d084474e8c458eb5fd37.js:2
ot @ vendors-d084474e8c458eb5fd37.js:2
ut @ vendors-d084474e8c458eb5fd37.js:2
ft @ vendors-d084474e8c458eb5fd37.js:2
oe @ vendors-d084474e8c458eb5fd37.js:2
se @ vendors-d084474e8c458eb5fd37.js:2
Zt @ vendors-d084474e8c458eb5fd37.js:2
Qt @ vendors-d084474e8c458eb5fd37.js:2
t.unstable_runWithPriority @ vendors-d084474e8c458eb5fd37.js:2
Xo @ vendors-d084474e8c458eb5fd37.js:2
ne @ vendors-d084474e8c458eb5fd37.js:2
Gt @ vendors-d084474e8c458eb5fd37.js:2
Show 24 more frames

monday error

Hey @MichalGrontkowski,

welcome to the community. :slight_smile:

My first guess would be the OAuth & Permission Settings.

Did you allow your app to read the boards data?

It should look like this:

If that doesn’t help, would you mind share a link to the repository of the “Item Views” app?

Greetings

Thanks you @TMNXT-Dev for the response. So I have got all read permissions

Code you have find here.

I only change App.js (i added console.logs :smiley:)

Code work correct for other apps type (dashboard widget, board view, itd) but it didn’t work with type “view item”.

Regards

Thank you for the screenshot!

If you only altered the App.js file like in your screenshot there shouldn’t be a problem.

Maybe it’s a setup error.
Also your info box tab is gone. That is really strange.
Did you try it on another item or on another board?

Hey @MichalGrontkowski - that’s a bit odd. Is it happening on all items/boards?

-Daniel

I don’t know why but when I checked it again today it worked


Additionally I uninstalled the application from my account and from the board, removed all permissions and installed it again.

The app is still working correctly. So I don’t know why it not it didn’t work correctly before.

Maybe apps propagation for monday.com platform has got some delay ? I don’t know.

Thank you all for helping, I think we can close the topic ? :slight_smile: