-
-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to seek a new maintainer? #451
Comments
@musjj , add this one as well. Unable to generate openapi contract json due to updations on how a procedure definition is generated by latest @trpc/server (right now i'm using 11-rc version) |
@jlalmes Do you have time to review/merge PRs? If not, can I do it instead? As a side note, I'm the creator of the SWC project and maintainer of next.js/turbopack, although I'll not use working hours for this. |
I forked it for now. https://github.com/kdy1/trpc-openapi npm package: |
Also a popup package here: https://github.com/vercjames/package-trpc-swagger |
@kdy1 I'm getting the following error when errors are thrown or malformed JSON is posted to one of the endpoints:
Have you encountered this |
Encountering this same issue right now |
@tristanz Yes, I don't actively use my fork at the moment, but I'll need to expose my APIs in my private project in a near future. |
I have a fork that works with tRPC 11 https://www.npmjs.com/package/trpc-to-openapi it's been running fine with t3-app/NextJS. However, I don't use other adapters, I fixed all tests cases for everything so in theory they should work. The only thing I couldn't port was the serverless adapter, the trpc implementation changed too much. This is a fork of another fork (https://github.com/LilyRose2798/trpc-openapi) which uses PR are welcomed |
@kdy1 are you actively maintaining your fork? If not, would you be open to us taking it over? We're going to be using it and committing to it. |
@tayhalla Of course. Are you going to maintain it as a team? |
Is there any fork that works fine with NextJS app router? I've only found examples with the old pages router, and although the tRPC > OpenAPI conversion works fine, I've been struggling to set up a request handler using app router. Thanks in advance! Update: trpc-to-openapi (https://www.npmjs.com/package/trpc-to-openapi) finally worked for me with both tRPC v11 and NextJS 15 👍 . Huge thanks to @mcampa |
It looks like a year has passed since the last commit and @jlalmes is now focusing on other things according to the bio in his profile.
Are there any plans to pass down the project to a new maintainer? I'm really thankful for this project, but it's really a shame to see it slowly becoming incompatible with the ecosystem:
For now I'm making do by using:
src/adapters/fetch.ts
into your project)I haven't tested them extensively, but they do work decently on my small projects.
The text was updated successfully, but these errors were encountered: