Navigation rendering is broken for me on 2.0.0-Bet...
# dokka
a
Navigation rendering is broken for me on 2.0.0-Beta. It seems that it loads navigation content via JS and it is blocked by CORS policy
o
Could you please check if it works differently before migration to DGPv2?
a
Let me see...
It seems that on Dokka 1.9 it was not working properly either...
o
Could it be because of some OS / Chrome / configuration issues? Does it published somewhere? I haven't seen such problems before with Dokka, even on latest (1.9.20 and 2.0.0-Beta) versions
a
I will need to check it on a simpler project (KMath is rather complex one). But in general, Chomium (edge in my case) blocks any file loaded via js locally.
a
Hi, are you opening the file directly in a browser? Dokka HTML uses JS and needs to be viewed via a webserver. https://github.com/Kotlin/dokka/issues/1795
a
I open the index.html file after generation
The problem is not with missing JS it is that Chromium forbids to load local files via JS if mime-type is not specified.