Hey Ken,
Casey Rieder
1

Casey,

I got almost the same error and I was missing a comma in my entries.js file between the two different actions (create / clearError)

The article shows you what code to add to existing files in steps (in my case adding the clearError action to the entries.js file). Since you don’t always see the entire file and only the code to be added, you would initially assume a comma is not needed since the comma needs to be added to the existing code. (At the end of the previous action)

Hard to find since the error thrown doesn’t point to specific file….

You can compare your actions files with the existing users.js actions file from Ken’s boilerplate. It has commas between different actions (create / login / clearErrors)

Hope that helps.