saberland/saber

renderPageContent only works in production #487

krmax44 posted onGitHub

<!-- Please don't delete this template or we'll close your issue -->

<!-- Before creating an issue please make sure you are using the latest version of Saber. -->

<!-- Issues which contain questions or support requests will be closed. -->

<!-- Please ask questions via following several ways. -->

<!-- https://chat.saber.land/ -->

<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->

Bug report

api.renderer.renderPageContent only works in production mode.

Steps to reproduce

<!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. -->

<!-- You can also use this CodeSandbox starter https://bit.ly/2IlcpNF -->

Create a project with saber-plugin-search with the index option including content.

What is expected?

content should be set properly, as it is in production mode.

What is actually happening?

https://github.com/saberland/saber/blob/781995529eb66eb219af344e13feb039662aa1f5/packages/saber-plugin-search/lib/index.js#L47-L49

renderPageContent throws an error.

[error] TypeError: Cannot read property 'renderToString' of undefined
    at VueRenderer.renderPageContent (~/node_modules/saber/vue-renderer/lib/index.js:292:38)
    at Promise.all.map (~/node_modules/saber/packages/saber-plugin-search/lib/index.js:48:36)
    at Array.map (<anonymous>)
    at generateLocale (~/node_modules/saber/packages/saber-plugin-search/lib/index.js:31:31)
    at Promise.all.allLocalePaths.map.localePath (~/node_modules/saber/packages/saber-plugin-search/lib/index.js:67:40)
    at Array.map (<anonymous>)
    at generateDatabase (~/node_modules/saber/packages/saber-plugin-search/lib/index.js:67:22)
    at api.hooks.onCreatePages.tapPromise (~/node_modules/saber/packages/saber-plugin-search/lib/index.js:83:18)
    at tapInfo.fn.args (~/node_modules/saber/lib/index.js:88:20)
    at Promise (eval at create (~/node_modules/tapable/lib/HookCodeFactory.js:74:10), <anonymous>:46:17)
error Command failed with exit code 1.

Other relevant information

  • Result of running saber -v: latest
  • Browser version (optional):
  • Is Saber a global or local install? local
  • Which package manager did you use for the install? yarn
  • Does this issue occur when all plugins are disabled?

Fund this Issue

$0.00
Funded

Pull requests