<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Databricks  Apps Crashes Unexpectedly Without Showing any Logs in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131256#M659</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176003"&gt;@sahil_101&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If logs are not available at UI you can try another method. Append &lt;STRONG&gt;/logs&lt;/STRONG&gt; to your app URL.&lt;BR /&gt;For example, if your app URL is&amp;nbsp;&lt;A href="https://my-app-1234567890.my-instance.databricksapps.com" target="_blank"&gt;https://my-app-1234567890.my-instance.databricksapps.com&lt;/A&gt;, logs are available at &lt;A href="https://my-app-1234567890.my-instance.databricksapps.com/logz" target="_blank"&gt;https://my-app-1234567890.my-instance.databricksapps.com/logz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also if possible could you share code of your app (without private information etc.)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2025 17:31:33 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-08T17:31:33Z</dc:date>
    <item>
      <title>Databricks  Apps Crashes Unexpectedly Without Showing any Logs</title>
      <link>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131237#M657</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I coded up a Databricks app using fastapi which seems to be crashing on deployment. Databricks throws the error that "app crashed at startup" but the logging page is empty. So I do not know what went wrong. Any ideas on how to debug the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 14:49:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131237#M657</guid>
      <dc:creator>sahil_101</dc:creator>
      <dc:date>2025-09-08T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks  Apps Crashes Unexpectedly Without Showing any Logs</title>
      <link>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131250#M658</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176003"&gt;@sahil_101&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good day!!&lt;BR /&gt;&lt;BR /&gt;Are you trying to call something? can you share more details on this?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 16:14:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131250#M658</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-09-08T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks  Apps Crashes Unexpectedly Without Showing any Logs</title>
      <link>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131256#M659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/176003"&gt;@sahil_101&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;If logs are not available at UI you can try another method. Append &lt;STRONG&gt;/logs&lt;/STRONG&gt; to your app URL.&lt;BR /&gt;For example, if your app URL is&amp;nbsp;&lt;A href="https://my-app-1234567890.my-instance.databricksapps.com" target="_blank"&gt;https://my-app-1234567890.my-instance.databricksapps.com&lt;/A&gt;, logs are available at &lt;A href="https://my-app-1234567890.my-instance.databricksapps.com/logz" target="_blank"&gt;https://my-app-1234567890.my-instance.databricksapps.com/logz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also if possible could you share code of your app (without private information etc.)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 17:31:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131256#M659</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-08T17:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks  Apps Crashes Unexpectedly Without Showing any Logs</title>
      <link>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131466#M662</link>
      <description>&lt;P&gt;I want to update that I have been able to solve the problem and get the app running. The problem was related to trying to import from anoter folder instead of downloading the package using its wheel file. Just for the record, had already tried&amp;nbsp; the logz method but that still gave a blank page.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I still have the problem of the logs not showing up. Maybe it&amp;nbsp; has something to do with using uvicorn to run the app?&lt;/P&gt;&lt;P&gt;Consequently, I have no way of debugging code on my app, so if my api request returns an "internal server error", I do not know where my program failed.&lt;/P&gt;&lt;P&gt;So as a follow up question, anyone knows how to setup logging for a fastapi application run using uvicorn on Databricks?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 20:36:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/databricks-apps-crashes-unexpectedly-without-showing-any-logs/m-p/131466#M662</guid>
      <dc:creator>sahil_101</dc:creator>
      <dc:date>2025-09-09T20:36:23Z</dc:date>
    </item>
  </channel>
</rss>

