Skip to content

Commit 135cfdf

Browse files
committed
update
1 parent e2d7200 commit 135cfdf

File tree

1 file changed

+67
-75
lines changed

1 file changed

+67
-75
lines changed

powerapps-docs/troubleshooting-startup-issues.md

Lines changed: 67 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This troubleshooting article helps fix common configuration problems that preven
2929
Try again
3030
```
3131
32-
**Resolution**: [Don't block third-party cookies](#resolution-4-allow-third-party-cookies).
32+
**Resolution**: [Enable third-party cookies and local data](#resolution-1-enable-storage-of-third-party-cookies-and-local-data-in-your-browser).
3333
3434
- When you sign in to Power Apps - especially using the *InPrivate* or *incognito* experience, you receive the following error:
3535
@@ -45,7 +45,7 @@ This troubleshooting article helps fix common configuration problems that preven
4545
4646
```
4747
48-
**Resolution**: [Don't block third-party cookies](#resolution-4-allow-third-party-cookies).
48+
**Resolution**: [Enable third-party cookies and local data](#resolution-1-enable-storage-of-third-party-cookies-and-local-data-in-your-browser).
4949
5050
- When you receive a “Hmmm … We couldn’t sign you in” error message and identifier that resembles the following image:
5151
@@ -74,17 +74,71 @@ To resolve the issues listed above, read [Resolutions for common errors](#resolu
7474
7575
## Resolutions for common errors
7676
77-
| Error | Microsoft Edge | Microsoft Edge Legacy | Microsoft Internet Explorer 11 | Google Chrome |
77+
| Error | Microsoft Edge | Google Chrome | Microsoft Internet Explorer 11 |
7878
| - | - | - | - | - |
79-
| Sign in required | [Allow third-party cookies](#resolution-4-allow-third-party-cookies) | [Allow third-party cookies](#resolution-4-allow-third-party-cookies) | [Allow third-party cookies](#resolution-4-allow-third-party-cookies) | [Allow third-party cookies](#resolution-4-allow-third-party-cookies) |
80-
| UserInterventionNeeded_CookiesBlocked <br> UserInterventionNeeded_StorageBlocked | [Enable storage for local data](#instructions-for-microsoft-edge) | [Enable storage for local data](#instructions-for-microsoft-edge-legacy) | [Enable storage for local data](#instructions-for-internet-explorer-11) | [Enable storage for local data](#instructions-for-google-chrome) |
81-
| UserInterventionNeeded_NavigateToAadTimeout | Possible network problem | [Configure Trust Zones](#resolution-2-configure-trust-zones-for-internet-explorer-and-microsoft-edge-legacy) | Possible network problem | Possible network problem |
82-
| UserInterventionNeeded_NavigateToAadDenied <br> UserInterventionNeeded_StorageLost | Not applicable | [Configure Trust Zones](#resolution-2-configure-trust-zones-for-internet-explorer-and-microsoft-edge-legacy) | [Configure Trust Zones](#resolution-2-configure-trust-zones-for-internet-explorer-and-microsoft-edge-legacy) | Not applicable |
83-
| AadError | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) |
79+
| <ul> <li> Sign in required </li> <li> UserInterventionNeeded_CookiesBlocked </li> <li> UserInterventionNeeded_StorageBlocked </li> </ul> | [Enable third-party cookies and local data](#instructions-for-microsoft-edge) | [Enable third-party cookies and local data](#instructions-for-google-chrome) | [Enable third-party cookies and local data](#instructions-for-internet-explorer-11) |
80+
| <ul> <li> UserInterventionNeeded_NavigateToAadTimeout </li> </ul> | Possible network problem | Possible network problem | Possible network problem |
81+
| <ul> <li> UserInterventionNeeded_NavigateToAadDenied </li> <li> UserInterventionNeeded_StorageLost </li> </ul> | Not applicable | Not applicable | [Configure Trust Zones](#resolution-2-configure-trust-zones-for-internet-explorer) |
82+
| <ul> <li> AadError </li> </ul> | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) | [Azure Active Directory Errors](#resolution-3-azure-active-directory-errors) |
8483
85-
## Resolution 1: Enable storage of local data in your browser
84+
## Resolution 1: Enable storage of third-party cookies and local data in your browser
8685
87-
Power Apps stores some data locally in your browser, including user identity and preferences. Power Apps can’t function if the browser is configured to disallow storage of local data.
86+
Power Apps stores some data locally in your browser, including user identity and preferences. Power Apps can’t function if the browser is configured to disallow storage of local data, or third-party cookies set by Power Apps.
87+
88+
Most browsers allow settings to reflect the changes immediately. You may also close all the browser windows and reopen instead.
89+
90+
### Instructions for Microsoft Edge
91+
92+
- **Option 1: Enable storage of third-party cookies and local data for all sites**
93+
94+
1. Select **Settings**.
95+
1. Select **Cookies and site permissions**.
96+
1. Expand **Cookies and site data**.
97+
1. Ensure that **Block third-party cookies** is disabled.
98+
1. Ensure these sites aren't added in site-specific cookie configuration that doesn't allow cookies, or deletes cookies when windows are closed:
99+
- `https://create.powerapps.com`
100+
- `https://*.create.powerapps.com` (the asterisk is part of the address, don't replace it)
101+
- `https://make.*.powerapps.com` (the asterisk is part of the address, don't replace it)
102+
- `https://make.powerapps.com`
103+
- `https://login.microsoftonline.com`
104+
- `https://apps.*.powerapps.com`
105+
- `https://apps.powerapps.com`
106+
107+
- **Option 2: Create exceptions to allow storage of third-party cookies and local data for Power Apps and associated services.**
108+
109+
> [!NOTE]
110+
> The following steps require your Edge browser version to be **87 or above**.
111+
112+
1. Go to [Power Apps](https://make.powerapps.com).
113+
1. Select the cookie icon in the top-right corner of the address bar.
114+
1. Select **Site not working?**.
115+
1. Select **Allow cookies**.
116+
117+
### Instructions for Google Chrome
118+
119+
- **Option 1: Enable storage of third-party cookies and local data for all sites**
120+
121+
1. Select **Settings**.
122+
1. Select **Privacy and security**.
123+
1. Expand **Cookies and other site data**.
124+
1. Make sure that **Block third-party cookies** or **Block all cookies** isn't selected.
125+
1. Ensure these sites aren't added in site-specific cookie configuration that doesn't allow cookies, or deletes cookies when windows are closed:
126+
- `https://create.powerapps.com`
127+
- `https://*.create.powerapps.com` (the asterisk is part of the address, don't replace it)
128+
- `https://make.*.powerapps.com` (the asterisk is part of the address, don't replace it)
129+
- `https://make.powerapps.com`
130+
- `https://login.microsoftonline.com`
131+
- `https://apps.*.powerapps.com`
132+
- `https://apps.powerapps.com`
133+
134+
- **Option 2: Create exceptions to allow storage of third-party cookies and local data for Power Apps and associated services**
135+
136+
1. Select **Settings**.
137+
1. Select **Privacy and security**.
138+
1. Expand **Cookies and other site data**.
139+
1. Use **Add** for **Sites that can always use cookies** and add:
140+
- `[*.]powerapps.com`
141+
1. Ensure that you check the **Including third-party cookies on this site** option when adding the site.
88142
89143
### Instructions for Internet Explorer 11
90144
@@ -115,58 +169,9 @@ Power Apps stores some data locally in your browser, including user identity and
115169
8. Select **OK** to close the Internet Options dialog box.
116170
9. Close all Internet Explorer and Microsoft Edge windows.
117171
118-
### Instructions for Microsoft Edge
119-
120-
1. Open Microsoft Edge.
121-
2. On the Microsoft Edge toolbar, select **Settings and more**.
122-
1. Select **Site permissions** from the left pane.
123-
1. Select **Cookies and site data**.
124-
1. Turn On **Allow sites to save and read cookie data (recommended)**.
125-
1. Close all Internet Explorer and Microsoft Edge windows.
126-
127-
### Instructions for Microsoft Edge Legacy
128-
129-
1. Open Microsoft Edge.
130-
2. On the Microsoft Edge toolbar, select **More** > **Settings**.
131-
3. Near the bottom of the panel, select **View advanced settings**.
132-
4. Near the bottom of the panel, find the **Cookies** drop-down options list.
133-
5. Select **Don’t block cookies**.
134-
6. Close all Internet Explorer and Microsoft Edge windows.
135-
136-
### Instructions for Google Chrome
137-
138-
- **Option 1: Enable local data for all sites**
139-
140-
1. Select **Settings**.
141-
1. Select **Privacy and security**.
142-
1. Expand **Cookies and other site data**.
143-
1. Make sure that **Block third-party cookies** isn't selected.
144-
1. Ensure these sites aren't added in site-specific cookie configuration that doesn't allow cookies, or deletes cookies when windows are closed:
145-
- `https://create.powerapps.com`
146-
- `https://*.create.powerapps.com` (the asterisk is part of the address, don't replace it)
147-
- `https://make.*.powerapps.com` (the asterisk is part of the address, don't replace it)
148-
- `https://make.powerapps.com`
149-
- `https://login.microsoftonline.com`
150-
- `https://apps.*.powerapps.com`
151-
- `https://apps.powerapps.com`
152-
153-
- **Option 2: Create exceptions to allow local data for Power Apps and associated services**
154-
155-
1. Select **Settings**.
156-
1. Select **Privacy and security**.
157-
1. Expand **Cookies and other site data**.
158-
1. Use **Add** for **Sites that can always use cookies** and add:
159-
- `https://create.powerapps.com`
160-
- `https://*.create.powerapps.com` (the asterisk is part of the address, don't replace it)
161-
- `https://make.*.powerapps.com` (the asterisk is part of the address, don't replace it)
162-
- `https://make.powerapps.com`
163-
- `https://login.microsoftonline.com`
164-
- `https://apps.*.powerapps.com`
165-
- `https://apps.powerapps.com`
172+
## Resolution 2: Configure Trust Zones for Internet Explorer
166173
167-
## Resolution 2: Configure Trust Zones for Internet Explorer and Microsoft Edge Legacy
168-
169-
Internet Explorer and Microsoft Edge Legacy use *Trust Zones*. Problems can occur if services on which Power Apps relies are in different Trust Zones in your browser settings. While these settings apply to both Internet Explorer and Microsoft Edge Legacy, the easiest way to access them is from Internet Explorer. (You might need assistance from your IT administrator to change some of these settings.)
174+
Internet Explorer use *Trust Zones*. Problems can occur if services on which Power Apps relies are in different Trust Zones in your browser settings. (You might need assistance from your IT administrator to change some of these settings.)
170175
171176
- **Option 1: Add the required Power Apps domains to the Trusted Sites zone**
172177
1. On the browser toolbar, select the gear icon.
@@ -185,7 +190,7 @@ Internet Explorer and Microsoft Edge Legacy use *Trust Zones*. Problems can occu
185190
- `https://apps.powerapps.com`
186191
7. Select **Close**.
187192
8. Select **OK**.
188-
9. Close all Internet Explorer and Microsoft Edge Legacy windows.
193+
9. Close all Internet Explorer windows.
189194
190195
- **Option 2: Remove all the Power Apps domains from the Trusted Sites zone**
191196
1. On the browser toolbar, select the gear icon.
@@ -213,19 +218,6 @@ The error page that you see might contain additional information that can help d
213218
214219
To resolve Azure AD errors, you might need assistance from your IT department.
215220
216-
## Resolution 4: Allow third-party cookies
217-
218-
To disable the **Block third-party cookies** setting in your browser:
219-
220-
| Browser | Steps |
221-
| - | - |
222-
| Microsoft Edge | **Settings and more** > **Settings** > **Site permissions** > **Cookies and site data** > Turn off **Block third-party cookies**. |
223-
| Microsoft Edge Legacy | **More** > **Settings** > **View advanced settings** > **Cookies** > Turn off **Block third-party cookies**. |
224-
| Google Chrome | **Settings** > **Privacy and security** > **Cookies and other site data** > Select an option to allow third-party cookies. For example, **Allow all cookies** for always, or **Block third-party cookies in incognito** for only blocking in *incognito*. <br> **Note**: You can also start *incognito* session and turn off **Block third-party cookies** in the browser window before you enter a URL in the address bar.
225-
| Internet Explorer 11 | **Tools** > **Internet Options** > **Advanced** > Select **Allow** under **Third-party Cookies**.
226-
227-
Most browsers allow settings to reflect the changes immediately. You may also close all the browser windows and reopen instead.
228-
229221
### See also
230222
231223
- [Common issues and resolutions](maker/canvas-apps/common-issues-and-resolutions.md)

0 commit comments

Comments
 (0)