Skip to content

Commit 5a606d5

Browse files
authored
PWA-3430::changed log update (#4448)
1 parent 2856d5d commit 5a606d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ With each new release of PWA Studio, we perform Lighthouse audits of four Venia
6464

6565
## Known issue
6666

67+
When user create scaffolding project using command yarn create @magento/pwa, project gets created but throwing an error - "'dompurify' Module not found"
68+
while running either of commands (yarn watch / yarn run storybook / yarn run build / yarn start) inside the created project.
69+
Solution: To resolve this error add library 'dompurify' in the created project by running command 'yarn add dompurify' from the root of the project folder. Once the library is added in the project it will work as expected
70+
6771
When a user logs out, that user's local storage session persists. As a result, the cart ID from the logged out user is retrieved and given to the _guest user_ on the computer. This causes the following error when the guest user tries to check out: `An error has occurred. Please check the input and try again.` To resolve this issue, try disabling graphql session sharing as described in the GraphQL documentation on session cookies here: https://devdocs.magento.com/guides/v2.4/graphql/authorization-tokens.html#session-cookies.
6872

6973
## Upgrading from a previous version

0 commit comments

Comments
 (0)