<@U4CP1J0QP> Hi, can you provide some more detail...
# ktor
y
@e5l Hi, can you provide some more detail on this? I'm facing this error, but unable to resolve for now.
Copy code
install(HttpCookies) {
  storage = CustomStorage()
}
above code does not work, as
AcceptAllCookiesStorage
is provided as a default value for Config class. https://kotlinlang.slack.com/archives/C0A974TJ9/p1560522327059700?thread_ts=1560519079.059100&amp;cid=C0A974TJ9
Copying entire HttpCookies file and edit Config's default value seems to solve the problem, but is this it?
e
Hi @yshrsmz, how did you implement
CustomStorage
?
e
Ok, I’ve got it. Probably we should release the bug fix.
🙂 1
y
that would be great! 🙏
a
Is there an issue for this already? I'm also blocked with this problem