Skip to content

fix: remove trcp path prefix#40

Open
OskarWiedeweg wants to merge 2 commits intoDokploy:mainfrom
OskarWiedeweg:patch-1
Open

fix: remove trcp path prefix#40
OskarWiedeweg wants to merge 2 commits intoDokploy:mainfrom
OskarWiedeweg:patch-1

Conversation

@OskarWiedeweg
Copy link
Copy Markdown

@OskarWiedeweg OskarWiedeweg commented Apr 27, 2026

The CLI calls /trpc/ endpoints but the server only responds on /api/ REST endpoints wich results in "Request failed with status code 400" errors.

I migrated the broken calls to /trcp/ to the new REST endpoint schema. I made sure not to not to break params to query mappings for get and data to body mappings for post calls.

Fixes #39

The CLI calls /trpc/ endpoints but the server only responds on /api/ REST endpoints

Fixes Dokploy#39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Getting "Request failed with status code 400" on every project or app request

1 participant