You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a (Python?) deployment fails (from rsconnect-python?), we don't surface the logs, or a link to the logs even, so it's hard to debug.
It returns the content URL regardless, so when you go there, you just get a blank page or other error display.
When rsconnect-python was implemented, you couldn't link directly to logs in the Connect dashboard. You can now, so when a deployment fails, we should construct the URL to the log for the current deployment task and print it, rather than printing the link to the content URL.
The text was updated successfully, but these errors were encountered:
When
rsconnect-python
was implemented, you couldn't link directly to logs in the Connect dashboard. You can now, so when a deployment fails, we should construct the URL to the log for the current deployment task and print it, rather than printing the link to the content URL.The text was updated successfully, but these errors were encountered: