The following error occurs: Application error: a c...
# feedback
r
The following error occurs: Application error: a client-side exception has occurred (see the browser console for more information).
j
Hello @Raphaël , is this error only after adding embedded video? Does removing it works? Can you tell the version of nextjs and dendron clli you rae working with?
r
yes this error occurs only after adding embedded video. I test it a few times…
everything works fine…
Hello @Joshi how can I know which version I have? (version of nextjs and dendron clli )
j
got it
The nextjs version is mentioned in package.json file inside
.next
folder. The dendron-cli version can be found in package.json file present in the root of your workspace(where dendron.yml is present)
r
OK I will look them up…
@Joshi "name": "@Dendronhq/nextjs-template", "version": "0.115.0", "@Dendronhq/dendron-cli": "^0.114.0"
These are my versions
What should I do?
j
Does this error also appears when you launch the site on localhost with
dendron publish dev
? How are you publishing your site? With github actions?
r
No this error do not occurs with dendron publish dev
I publish my site with https://vercel.com/
j
@Raphaël I can reproduce this error, the error is not consistent for me but does appear on some load. Can you create a bug report for this issue in github, so that we can track it?
r
I am not a programmer I can not make a bug report. But I ask for a solution - this is important for my work.
@Joshi
@Joshi Thanks for your help!
j
@Raphaël Can you try updating the cli version to 115.1 in package.json?
"@dendronhq/dendron-cli": "^0.115.1"
? This fixes the issue for me. Also created a bug report for this issue if this does not fixes the issue for you: https://github.com/dendronhq/dendron/issues/3699
r
@Joshi how can I update the dendron cli?
j
In the package.json file present in your workspace root(where dendron.yml is present), update the dependency of dendron-cli to be 115.1(which you previously had as 114)
"@dendronhq/dendron-cli": "^0.115.1"
. commit and push this change to the repo
r
@Joshi Thanks!
@Joshi The error is there also after the update…
j
Thanks for the update. I have updated the issue report in github with error screenshots. We will let you know when this gets fixed. Mean while I would suggest adding youtube link as a normal Markdown link to make the site render. [Video](

https://www.youtube.com/watch?v=PO13MIejruQ&t=1930s

)
r
Ok Thanks!