eliom icon indicating copy to clipboard operation
eliom copied to clipboard

`Eliom_service.preapply` fails on the client

Open Zzull opened this issue 6 years ago • 0 comments

Applied services generated by Eliom_service.preapply on the server cannot be sent to the client because of a type mismatch that will fail on the client with a [eliom] Async: Ojs_exn.Error(_) :

It is using the type Eliommod_parameters.param for make_string_uri_from_components which is a string server side but a string or a file on the client

Zzull avatar Nov 14 '18 12:11 Zzull