# 空白の画面のみが表示される

パスの変更、意図的な読み込み遅延、リダイレクト、権限制限などの理由により、コレクターがそのURLにアクセスした際にコンテンツが読み込まれず、最初にコンテンツのない空のページに到達する場合があります。この場合、エラースクリーンショットにも白い背景のみが表示され、コンテンツは表示されません。

![blank empty screen](/files/4e48e7e698b117ce8713a5c0c92627d13f072da5)

#### ✅ 解決方法 <a href="#solution" id="solution"></a>

{% stepper %}
{% step %}

### ページに直接アクセスして確認する

まず、URL横の【ショートカットアイコン】をクリックして、ページに直接アクセスしてください。より正確な診断のために、ブラウザのシークレットモードで開いて（ブラウザからログアウトした状態で）URLを貼り付けて確認することをおすすめします。\
（Chromeのシークレットモードショートカット：Ctrl+Shift+N または Command+Shift+N）

![open in incognito](/files/658053188e4ec478ad35fd71de113a7ad6e84aff)
{% endstep %}

{% step %}

### 読み込み遅延が原因の場合 — 待機時間を延長する

シークレットモードでアクセスした際に、一定時間後に目的のページが表示される場合は、Settings → Wait の時間を長くして、ページが読み込まれた後に抽出が進行するように調整してみてください。

![wait setting](/files/193915219c6dd6e18ac7e20fb2699315456e81be)
{% endstep %}

{% step %}

### リダイレクトやログイン遷移がある場合

URLにアクセスした際にアドレスバーのURLが自動的に変更され、目的のページではなくメイン画面やログイン画面などの別のページになる場合は、リダイレクト（Redirection）の可能性があります。基本的なシステム自動化設定では抽出が難しい場合があります。

![redirected url](/files/07fd9619d45b0a045947b966819e00ace5ff08f1)
{% endstep %}
{% endstepper %}

{% hint style="success" %}
提案された方法を試しても解決が難しい場合は、<hello@listly.io>までお問い合わせください。正確な原因を診断した後、問題解決をサポートいたします。
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.listly.io/docs/ja/support/solutions-by-error-message/blank-empty-screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
