Hi I'm trying to run ktor js on browser, I tried <...
# ktor
p
Hi I'm trying to run ktor js on browser, I tried ktor-documentation/codeSnippets/snippets/client-engine-js, but when I run ./gradlew client engine jsjsBrowserRun, the webpage show errors below, could you please help me? thanks! PS: I can't file issue in their GitHub repo, and can't file issue in YouTrack too, so I can only post question here.
a
It seems like you've got this issue. You can use version 3.0.3 of Ktor, which includes the fix.
p
@Aleksei Tirman [JB] You save my day bro, thank you!