Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Andrew Berezovskyi edited this page Apr 22, 2019 · 2 revisions

Q: I get a WebApplicationException before the request is sent to the server.

A: Most likely, Lyo failed to serialise your resources properly. Check that all non-LocalResource classes have a URI assigned. If you are creating a new resource by POSTing to the CreationFactory endpoint, you can generate a URN based on a random UUID.

Clone this wiki locally