Create Note Page 403

I’ve created the projects twice and reviewed every line of code many times over. However, I am constantly hitting a network error when trying to create the note in the react app. Creating through terminal works fine and Dynamo has my notes. When viewing the js console, it reports 3 403 errors (attached) but I can not find anything different in my code, other than calling it todo instead of note. All my yml functions have cors: true and the response-lib.js has the headers:

      "Access-Control-Allow-Origin": "*",
      "Access-Control-Allow-Credentials": true

as specified. Can anyone help?

Just noticed your other post.

Replying there - Add the Create Note Page