Skip to content

How to configure experimentalServices backend routePrefix #1497

Description

@oxzk
    "experimentalServices": {
        "frontend": {
            "entrypoint": "frontend",
            "routePrefix": "/"
        },
        "backend": {
            "entrypoint": "src/app.py",
            "routePrefix": "/api"
        }
    }
  • Backend FastAPI Routing: /api/auth/login
  • The request path in the logs is /auth/login; the /api prefix is ​​missing.
  • How do I configure the routePrefix for the backend?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions