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
{{ message }}
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
I thought I followed all the steps, renaming the app both within the index.js and the developer portal. and changing the calendar file URL to one that I am subscribed to. I receive this error msg when trying to test:
The remote endpoint could not be called, or the response it returned was invalid.
My cloud log says
Unable to import module 'index': Error
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/var/task/index.js:2:12)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
I have an index.js file. I'm on Windows, and am zipping the contents of the src directory and not the directory itself, per the tutorial instructions.. Any advice most appreciated!
Update: I tried running through the tutorial again without changing ANYTHING - didn't change app name, didn't change calendar URL - and I'm having the same problem. The much easier Hello World tutorial worked, though.
Note: I now got to the point where I have a similar problem to another issue, so I'm closing this one and moving comments to that thread.