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
Hi! First of all, thanks for this great web tool. I'm trying to deploy to Netlify and that works fine, however, when I test "/next, /previous,/random" I'm getting "Page Not Found" (this is an example: https://elastic-babbage-055db5.netlify.app/next). Is there something that needs configuration?
Regards!
(Sorry about my english)
The text was updated successfully, but these errors were encountered:
Well, it seems that changing "lambds-build" folder to "functions" fix that. However, I can't use "previous", this shows:
{"errorType":"TypeError","errorMessage":"Cannot read property 'uri' of undefined","trace":["TypeError: Cannot read property 'uri' of undefined"," at Runtime.exports.handler (/var/task/functions/previous.js:20:95)"," at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"]}
Hi! First of all, thanks for this great web tool. I'm trying to deploy to Netlify and that works fine, however, when I test "/next, /previous,/random" I'm getting "Page Not Found" (this is an example: https://elastic-babbage-055db5.netlify.app/next). Is there something that needs configuration?
Regards!
(Sorry about my english)
The text was updated successfully, but these errors were encountered: