Page Rendering Fails with "Cannot read properties of undefined (reading 'apply')" #7807
Unanswered
KrishnaDLL
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Wiki.js v2.5.289 hosted on Azure Portal, with Azure Blob Storage integrated for document management. When I attempt to edit or update a page, the operation fails with the following error:
{
"data": {
"pages": {
"update": {
"responseResult": {
"succeeded": false,
"errorCode": 1,
"slug": "Error",
"message": "Error when running job render-page: Cannot read properties of undefined (reading 'apply')",
"__typename": "ResponseStatus"
},
"page": null,
"__typename": "PageResponse"
},
"__typename": "PageMutation"
}
}
}
Environment
Wiki.js Version: 2.5.289
Node Version: 20.19.3
Hosting Platform: Azure Portal
Database: Azure Database for PostgreSQL Flexible Server (v15.13)
Storage: Azure Blob Storage (connected and working)
i am getting these issues after integrating the azure blob storages
Let me know if anyone know about this issue. Thanks for your support!
Beta Was this translation helpful? Give feedback.
All reactions