Problem with running digest-learning-app
I pulled the digest-learning-app and went through the instructions. I am using my local API Key and Application ID values based on the local Docker instance of Novu I spun up last week. I believe I have them set properly.
I am able to run the back end and it is listening on port 3000.
I start up the front end and it lists a bunch of warnings but eventually opens my browser with the app running. When I go to add a message and click enter I get this error:
Uncaught runtime errors:
I am not familiar with Node nor JavaScript. I have looked through the code, but it is not clear to me where this error is coming from.
Will you please help me figure out what is going wrong with this setup?
Thanks!
I am able to run the back end and it is listening on port 3000.
I start up the front end and it lists a bunch of warnings but eventually opens my browser with the app running. When I go to add a message and click enter I get this error:
Uncaught runtime errors:
ERROR
Request failed with status code 409
AxiosError: Request failed with status code 409
at settle (http://localhost:3001/static/js/bundle.js:134417:12)
at XMLHttpRequest.onloadend (http://localhost:3001/static/js/bundle.js:133108:66)I am not familiar with Node nor JavaScript. I have looked through the code, but it is not clear to me where this error is coming from.
Will you please help me figure out what is going wrong with this setup?
Thanks!