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

No reblocks/page:init-page method defined. #36

Open
ebrasca opened this issue Apr 4, 2023 · 1 comment
Open

No reblocks/page:init-page method defined. #36

ebrasca opened this issue Apr 4, 2023 · 1 comment

Comments

@ebrasca
Copy link

ebrasca commented Apr 4, 2023

My page stop working after (ql:update-all-dists)
I also get the same problem after following the tutorial at https://40ants.com/reblocks/quickstart/#x-28REBLOCKS-2FDOC-2FQUICKSTART-3A-40QUICKSTART-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29

I get the following problem:

No reblocks/page:init-page method defined.
Please define a method reblocks/page:init-page to initialize a new page.
It could be something simple, like this one:
CL-USER> (defmethod reblocks/page:init-page ((app tasks) (url-path string) (expire-at local-time:timestamp))
"Hello world!")
And reset current session:
CL-USER> (reblocks/debug:reset-latest-session)
Then reload the page.
Read more in documentaion.

@svetlyak40wt
Copy link
Member

Please, look at the https://40ants.com/reblocks/changelog/. It describes latest 0.50.0 version where some backward incompatible refactoring was made.

Quickstart documentation should be fixed as well. Will leave this issue to not forget about it.

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