We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fab75d commit 25d735aCopy full SHA for 25d735a
rsconnect/api.py
@@ -354,8 +354,8 @@ def app_access(self, app_guid: str) -> None:
354
if self.is_app_failed_response(response):
355
raise RSConnectException(
356
"Could not access the deployed content. "
357
- + "The app might not have started successfully. "
358
- + "Visit it in Connect to view the logs."
+ + "The app might not have started successfully."
+ + f"\n\t For more information: {self.app_config(app_guid).get('logs_url')}"
359
)
360
361
def bundle_download(self, content_guid: str, bundle_id: str) -> HTTPResponse:
0 commit comments