Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Page Not Found" Error #19

Open
dejalavidavolar opened this issue Mar 17, 2022 · 2 comments
Open

"Page Not Found" Error #19

dejalavidavolar opened this issue Mar 17, 2022 · 2 comments

Comments

@dejalavidavolar
Copy link

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)

@dejalavidavolar
Copy link
Author

dejalavidavolar commented Mar 18, 2022

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)"]}

@brob
Copy link
Owner

brob commented Mar 22, 2022

Hey @dejalavidavolar! This is super old code at this point and was never particularly well-crafted. It was more of a proof of concept.

I'd highly suggest checking out Max Böck's Webring Kit for a better version of all of this: https://mxb.dev/blog/webring-kit/

He's a much better dev and the concept is pretty much the same. His is much more tested and solid than mine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants