Testing your app
Last updated
Was this helpful?
Last updated
Was this helpful?
After deploying or redeploying your app, follow these steps to test it and confirm everything is working as expected:
Go to your app on .
Click the Launch App button to open it in a new tab.
Interact with the app to confirm it’s running correctly and that your updates appear as expected.
You should also fill in the description information on the apps page so that others can understand the app and know how best to use it.
For FastAPI apps:
FastAPI apps do not launch directly from the app page — they are launched within Navigator.
Launch Navigator
Search for app (in search bar)
Add App to context
Run app.
If something doesn’t look right, or just to be thorough:
In the left-hand menu, click Deployments.
Locate the Production deployment box.
Click Build Logs to review details of the most recent deployment.
🛠️ Use the logs to troubleshoot issues such as build errors, missing dependencies, or runtime exceptions.