Comments for Wrapping Up

From @jayair on Fri Apr 06 2018 18:55:31 GMT+0000 (UTC)

@miloofcroton Good catch. Fixed it. Thanks.

From @iggiFW on Mon Apr 09 2018 16:18:52 GMT+0000 (UTC)

@jayair ok I’ll open an issue on the tests failing. I’ll try to go back through my commit history and figure out what step in the tutorial broke the tests and report back on that.

I would like to thank you guys. This tutorial is amazing. I learned a lot.

1 Like

Thank you for the kind words. Glad you found it helpful.

I created the app and followed the instructions for adding error detecting. However I’m still having an error. Whenever I login, I get an error and the console as well as sentry is showing ā€˜TypeError: null is not an object (evaluating ā€˜e.noteId’)’. Refreshing the page, briefly shows the ā€˜Your Notes’ title before removing it quickly. Any suggestions here?
Edit: This doesn’t happen on local. When running npm locally, it’ll show the list of notes as soon as you login.

My issue seems to have pertained to not keeping track of my code and versions between Brackets and VSCode. Figured it out. My service endpoint for prod was wrong by a few characters. I was missing some when I copied it over from the logs. Am up and running now.

1 Like

Oh that’s weird. Glad you figured it out.