Basile

Results 3 issues of Basile

Hello, I've trouble with Image while deployed in production. When working in localhost with dev server it works perfectly: ![Screenshot 2024-05-14 at 12 02 58](https://github.com/vercel/platforms/assets/7700494/971bc389-95c8-4a0f-b904-3fc00df16084) But when deployed in production...

## Problem When using `createNextRouteHandler` with a custom `apiUrl` to proxy requests through a Next.js API route, all users are detected as being from the server's location (Canada in my...

Hello, I have an openapi spec which use the securitySchemes, which seems to not be parsed: ```yml /site-config: get: summary: Retrieve the configuration of a site operationId: getSiteConfig responses: '200':...