capsule command not found
Install cpsl in the active environment:
which capsule points at the wrong environment, activate the virtual environment you installed into.
capsule serve says you are not authenticated
Run:
capsule login authenticates you as the builder. It is required for serve, deploy, and workspace resource commands.
Secret missing in the runtime
Create the workspace secret:capsule serve.
Import error after deploy
Make sure the dependency is in the runtime image:cpsl.Image(...).
Page does not show in the sidebar
Check that the page is registered before the module finishes importing:Data handler returns empty integration state
If a page needs user credentials, gate it and read integrations fromRequestContext.
Filesystem path is missing
Create the filesystem and mount it:Local and hosted behavior differ
Check SDK And Runtime Versions. Hosted runtimes can use the platform-pinned SDK version even if your local virtual environment has a differentcpsl installed.