elysiajs / elysia

Ergonomic Framework for Humans
https://elysiajs.com
MIT License
10.6k stars 226 forks source link

Failed to fetch the OpenAPI document at /swagger/json Error: [fetchWithProxyFallback] Can’t fetch URL: undefined #902

Open tuanyh11 opened 3 weeks ago

tuanyh11 commented 3 weeks ago

What version of Elysia is running?

latest

What platform is your computer?

mac air m1

What steps can reproduce the bug?

Screenshot 2024-10-29 at 23 22 57 Screenshot 2024-10-29 at 23 23 16

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

Have you try removing the node_modules and bun.lockb and try again yet?

No response

tuanyh11 commented 3 weeks ago
Screenshot 2024-10-29 at 23 27 24
dfalgout commented 3 weeks ago

Same issue here. I removed node_modules, bun.lockb and tried again - still happening.

hmartins370 commented 3 weeks ago

this happens in python fastAPI too with scalar-fastapi