Any ideas on how an ember application could be served from a FastAPI (Python) server? There are some requirements:
- No hash url’s are possible because I use keycloak as authentication server and it does not support hashes in the redirect_uri.
- Server contains both client http://server:port/client and the REST API http://server:port/rest
I cannot find the correct FastAPI configuration to map the dynamic paths to the ember application.
2 posts - 2 participants