Hi,
I start the web-server example with the command:
gsi html http web-server 8000
after that, web continuation example gives error:
The following Scheme exception occurred while processing the request: Unbound variable: base64#u8vector->base64-string
I think it should be started with a command like this:
gsi base64 html http web-server 8000
The README file in web-server example needs to be updated.
Best Regards,