You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to upload swagger.yaml to https://start.ktor.io/# I receive RangeError: Maximum call stack size exceeded. Idea plugin in such case throwing an error without messages.
I deleted optional start begin of yaml document --- and file has uploaded successfully to https://start.ktor.io/#.
You can simply reproduce that by adding optional start begin of yaml document --- to ktor-init-tools/ktor-generator/src/jvmTest/resources/swagger.yaml and running ktor-init-tools/ktor-generator/src/jvmTest/kotlin/io/ktor/start/SwaggerGenerationTest.kt
The text was updated successfully, but these errors were encountered:
When I'm trying to upload swagger.yaml to https://start.ktor.io/# I receive
RangeError: Maximum call stack size exceeded
. Idea plugin in such case throwing an error without messages.I deleted optional start begin of yaml document
---
and file has uploaded successfully to https://start.ktor.io/#.You can simply reproduce that by adding optional start begin of yaml document
---
toktor-init-tools/ktor-generator/src/jvmTest/resources/swagger.yaml
and runningktor-init-tools/ktor-generator/src/jvmTest/kotlin/io/ktor/start/SwaggerGenerationTest.kt
The text was updated successfully, but these errors were encountered: