|
|
|
|
|
by DylanSp
2050 days ago
|
|
I tried getting Workers to work with a Haskell Servant application compiled with Asterius, based on [1], but kept running into various errors. [2] Example of the perils of trying to use experimental toolchains, I guess. [1] https://www.tweag.io/blog/2020-10-09-asterius-cloudflare-wor... [2] For the curious: the problem that eventually defeated me was the Worker responding with 404 to a route on /ip, defined in Servant. I tried defining a route on / with Servant and using that instead, but got 406 responses when doing that. First time I've ever seen that error code. |
|