Michael Lavrisha
Michael Lavrisha
FWIW it appears that this error comes from [this section of code](https://github.com/netlify/netlify-plugin-gatsby/blob/ccbec681bfce40598ca2a91945f29ee35b04603c/plugin/src/templates/api/gatsbyFunction.ts#L35-L47).
Hello! I've been lurking here a while, so now to pop in! I came across [elucidate](https://github.com/dlcs/elucidate-server) via the [w3c's implementation test results](https://w3c.github.io/test-results/annotation-protocol/all.html). It could be a short to medium term...
@Treora Actually, I may take you up on that. I've got a side project that I'm really looking to use the whole annotation ecosystem for and I've got some time...
FWIW I've pulled the GithubBridge into my own project because I'm trying to self host with a separate content repo. Here are some notes: * With the implementation from the...
@alexpetros It does not appear that there should be any reason for _not_ submitting the formdata event (per the [spec on constructing the form entry list](https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#constructing-form-data-set))
This could also be accomplished in htmx itself by [adding an eventListener](https://htmx.org/docs/#config_request_with_events) that adds the csrf token to the request. The [spring security docs](https://docs.spring.io/spring-security/site/docs/5.0.x/reference/html/csrf.html#csrf-include-csrf-token-ajax) document how this might be done...
For a dashing project, don't worry about the classic or modular application setup or example files. What does your config.ru look like?
What does your `config.ru` look like?
@eleftherias thanks for the response. It's good to know we diagnosed actual behavior. Is there something that can be done in addition to updating the documentation? Working with devs new...