scra
scra
Hello, I'm checking our codebase and by default the client IP should be already forwarded. [`handler = new Koa().use(router.routes()).callback();`](https://github.com/ForestAdmin/agent-nodejs/blob/95b73166d4a20e9cce19f820432b291dc0ef4021/packages/agent/src/framework-mounter.ts#L189) I checked the koa code source and the X-Forwarded-for should be...
Yes, you're right, `this.app.proxy` is set to `false` by default. :/ Setting `handler = new Koa({ proxyIpHeader: 'X-Forwarded-For', proxy: true })` should likely resolve the issue. I'll create a ticket...
Well, Happy to read your comment.
Hello, Welcome on our repository :) Currently we don't support Elysia or Hono but I can forward your feedback to our product board. If you wish, you can propose a...
If you wish, you can use the agent in standalone server and use the [datasources](https://docs.forestadmin.com/developer-guide-agents-nodejs/data-sources/provided-data-sources) you want. If you don't want to manage the server, you can use our [cloud...
Hello, It's little bit hidden currently :/ After you have created a new project on the onboarding page add the following queryParam: `?customHosting=true`. Example: `https://app.forestadmin.com/MyProjectName/onboarding/framework?customHosting=true` Thanks
Hello Gautier, We did the choice to not support Bun for the moment. If you want to continue to use it with Bun, you will probably force to maintain your...
Hello, Could you detect your local environment by getting the **env.NODE_ENV** and adding a condition in the **exclude** property? For example: ``` .addDataSource(createSqlDataSource("database.url"), { exclude: env.NODE_ENV === 'dev' ? ["_prisma_migrations"]...
https://linear.app/forestadmin/issue/PRD-87/addai-on-agentnode-should-support-anthropic-llm