-
Hello!
If I have `@elysiajs/static` or `@elysia/apollo-graphql` in my server definition client side compilation will fail.
This is happening because of inner dependencies which are not available i…
-
I don't know if I am just missing the obvious here but I basically did exactly what the example showed on a fresh new project.
All the documentation shows is this example and so I don't know if any…
-
Hello, thank you for your work !
I really like the eden treaty feature but i found something strange.
When we are not directly chaining Elysia handlers mapping, errors seem to occur with the eden …
-
The`html()` plugin appears to drop headers that have been set earlier in the call lifecycle. Consider the following code where a `derive()` plugin is used to set a session cookie on all incoming reque…
-
```
const users = new Elysia({ prefix: "/users/:userId" })
.get(
"/",
({ params: { userId } }) => {
return { userId, timestamp: Date.now() };
},
{
params: t.Objec…
-
Typebox does not out-of-the-box validate values like email and date input fields. However, I came across a potential solution on the Typebox GitHub repository (issue: https://github.com/sinclairzx81/t…
-
When I try to build my project, I got this error:
```
TypeError: undefined is not an object (evaluating 'fs.existsSync')
```
My `package.json`:
```json
{
"name": "server",
"version": "…
-
Whenever I try to create a group which uses decorator for database access the following problem happens:
The group is working as intended as long as I don't need to access the database.
When it come…
-
![image](https://github.com/elysiajs/documentation/assets/54838975/835f9004-a42b-4368-b8ef-418527ff14e2)
however in the swagger plugin implementation it outputs openapi 3.0
https://github.com/el…
-
Algo que era un horror con el JSPaste antiguo era implementar cambios en la librería a la par de la API, y no me gustaría tenerlo aquí esa arquitectura.
Propongo establecer un sistema de versiones …