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.
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.
Oh thatās weird. Glad you figured it out.