-
#### This issue pertains to the following package(s):
- [x] GraphQL Playground - Electron App
- [ ] GraphQL Playground HTML
- [ ] GraphQL Playground
- [ ] GraphQL Playground Express Middleware
…
baflo updated
3 weeks ago
-
### Describe the bug
I was trying to host Logto locally behind a proxy. I used [Nginx Proxy Manager](https://nginxproxymanager.com/) to do so. I used the [deployment steps in the docs](https://…
-
I am writing the middleware for API endpoints in my app that respond to webhooks from other applications, and am relatively new to Koa, so am not completely familiar with its patterns.
I would like…
-
### Description
#### Steps to Reproduce
1. Create a new lwr app with single page app option.
2. Add SLDS styling to lwr site.
3. Add lightning base components.
4. Override the layout by providi…
-
Buenas tardes!
En el enunciado aparece que no se puede modificar el backend entregado, pero para implementar el metodo post vi que uno debia hacer un require de koa-body-parser; que ya está en el pac…
-
The generated GET and POST types for a route are correctly typed based on the OpenApi spec, but they actually pass through Javascript as strings. For example:
```
export const POST: HTTP_POST = $ …
-
Thank you for this repo!
I created a TS definition file thought I'd share it here:
```typescript
export = RouteV;
import * as Koa from 'koa';
declare function RouteV(options?: RouteV.Optio…
pyrho updated
4 years ago
-
# Expected Behavior
If there's information I want to be available in every request, I'd like to be able to specify that information when I initialize the app, using `app.context.state`, like so:
…
-
I get this error when using with Koa.
Error: ENOENT: no such file or directory, open 'D:\web\ai_ledger\views\index.ejs.html'
I'm guessing it's because I'm using @koa/router instead of koa-router…
-
Hi there, i tried to use your package with typescript and when i tried build my project using tsc i get a whole bunch of errors coming from your lib:
```bash
$ tsc --build tsconfig.build.json
nod…