self.page.props.pageId
is not an int.
I suspect you created self.session.custom.pages
as an array, when it should really be a dict/object.
also, take a look at this:
self.page.props.pageId
is not an int.
I suspect you created self.session.custom.pages
as an array, when it should really be a dict/object.
also, take a look at this: