-
Notifications
You must be signed in to change notification settings - Fork 348
Closed
Description
jac serve with jac-scale doesn't render client pages - Full-stack endpoints not working
When running jac serve with both jac scale and jac client installed, the server fails to serve full-stack applications properly. Backend API endpoints (Swagger) work correctly, but client-side rendering endpoints return 404 errors.
Current State:
1. Users cannot run full-stack Jac applications with `jac-scale`
2. Must choose: either backend-only (jac-scale) OR full-stack (jac-client's base server)
3. No way to use FastAPI's Swagger UI alongside client pages
Why It Fails in jac scale
The JacApiServer in server.py overrides the base server and uses FastAPI instaed of HTTPServer.
No client endpoints are being registered

Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Completed