You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the browser, at localhost 3000, press the buttons to call the lambda functions:
error in console: VM271:1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
in browser url http://localhost:9000/.netlify/functions/hello responds with hello world.
in browser url http://localhost:9000/.netlify/functions/async-dadjoke responds with {"msg":"Request failed with status code 503"} (think that's expected).
The text was updated successfully, but these errors were encountered:
Steps to repeat error:
npm install
npm run start
npm run start:lambda
in the browser, at localhost 3000, press the buttons to call the lambda functions:
error in console:
VM271:1 Uncaught (in promise) SyntaxError: Unexpected token < in JSON at position 0
in browser url
http://localhost:9000/.netlify/functions/hello
responds with hello world.in browser url
http://localhost:9000/.netlify/functions/async-dadjoke
responds with{"msg":"Request failed with status code 503"}
(think that's expected).The text was updated successfully, but these errors were encountered: