Endpoints present in my project show as 404 (Page not found) on documentation site

We’ve identified the cause of the 404 error on the documentation site: when an endpoint with a custom slug was deleted, the slug information wasn’t fully cleared. This caused access issues even after creating a new endpoint with the same slug.

Temporary fix: Permanently delete the endpoint from your Recycle Bin to resolve the 404 error. We’ll optimize this behavior in future updates.

We have deleted everything from Trash. There are now other endpoints that don’t get exported in codegen.

I think we need a call to review these issues. Is this possible?

this endpoint does not get exported at all:

And this enpoint is exported with the wrong name:

Figured out the issue on this, had a duplicated operationId

And we had to again to a work around for the endpoint that was not being exported: We had to move it one folder up in the folder hierarchy to get the export completed.

But this is not how we want this to stay.

So please let us know when we can meet to demo to you / replicate the problem.

And we had to again do a workaround for the endpoint that was not being exported: We had to move it one folder up in the folder hierarchy to get the export completed.

But this is not how we want this to stay.

So please let us know when we can meet to demo to you / replicate the problem.

Could this still be due to duplicate operationId issues? You can schedule a meeting at this link to choose a convenient time: :link: zcal – Free Online Meeting Scheduling

Here’s how you can check the version number:

Sounds good, I just upgraded from v2.7.34 to 2.7.45

It does not seem to be the problem. When the Initialize Position is the location below:

Codegen works fine, it includes the endpoint. But when the endpoint is moved this the State folder, it does not get exported.

This is the endpoint in question:
https://app.apidog.com/link/project/1073463/apis/api-23560327?branchId=1062235

We’ve scheduled a call for Monday at 9AM PT, we should be able to show this issue and discuss other items.

Thank you for the offer to meet with us

Regarding the issue where endpoints only appear after being moved, this likely occurs because your project contains duplicate interfaces (same path and method). According to OpenAPI specifications, only one interface will be exported when duplicates exist. If an endpoint isn’t being exported, check if another endpoint with identical path and method (but different operationId) is being exported instead.