python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
'No suitable driver found..' on AWS, works locally
I made a ktor application using exposed for db stuff and it works perfectly fine on my desktop, however when I deploy it on an AWS EC2 instance I get following error
Exposed - Transaction attempt #0 ...
000
Votes: 0
Answers: 1
Post multipart via ktor-client
I have to make a multipart request via ktor-client. Request method:
suspend fun uploadPhoto(userId: String, bitmapPhoto: BitmapPhoto) {
kotlin.runCatching {
val response: HttpR...
dbuzin
Votes: 0
Answers: 1
Explanation of Kotlin Syntax for Ktor in Application.kt
I'm new to Kotlin coming from the Python world, and wanted to get into Web Development with Kotlin with Ktor.
Now I've started the tutorial https://ktor.io/docs/creating-interactive-website.html#runni...
Filip Jukic
Votes: 0
Answers: 1
Problems with database connection Ktor!!! I just don't understand why the ktor not to see the path of application.conf jbdc
I'm having a problem with my web project. It is my first time when i try connecting database. I want to connect database to see that working. I use Postgres and have set up a database. I want to conn...
The Crash Bom
Votes: 0
Answers: 1