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
{{ message }}
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+90-41Lines changed: 90 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The project is in the **production ready** phase.
15
15
16
16
**Important note to developers:** From 1.0RC we started using [develop](https://github.com/DivanteLtd/vue-storefront/tree/develop) branch for nightly builds (contains all new features) and [master](https://github.com/DivanteLtd/vue-storefront/tree/master) branch for stable. Please make sure you're working on right branch. Please take a look at [Contributing guidelines](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md).
17
17
18
-
If you're new and need some guidance feel free to reach anyone from the core team on our slack:
18
+
If you're new and need some guidance feel free to visit out [forum](https://forum.vuestorefront.io/) or reach anyone from the core team on our slack:
19
19
-`@Filip Rakowski` (frontend, architecture and best practices related stuff)
20
20
-`@pkarw` (integrations and backend related stuff)
21
21
-`@ptomczyk` (frontend related stuff)
@@ -30,6 +30,8 @@ See the ideas behind Vue Storefront [here](https://www.slideshare.net/FilipRakow
30
30
31
31
**Read [contribution rules](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md) before making any pull request. Pull request that doesn't meet these requirements will not be merged**
32
32
33
+
34
+
33
35
## See it in action
34
36
35
37
<table>
@@ -268,28 +270,28 @@ Vue Storefront is a Community effort brought to You by our great Core Team and s
It is necessary for the correct product image creation by the vue-storefront-api. If this is not set corectly, images will just be placeholders regardless the fact the rest of the setup works and you can see products and categories correctly synced.
277
+
278
+
## Syncing magento and vue-storefront-api servers / Fix for "An error occurred validating the nonce"
279
+
There might be an issue with JWT token validation if one of the servers is more than 600 seconds behind the other. The 600 seconds limit is defined on Magento side by its `\Magento\Integration\Model\Oauth\Nonce\Generator::TIME_DEVIATION`. To fix this issue you need to make sure both severs `date` command show the same datetime (or both at least below 10 minute difference). This can be done by utilizing `tzdata` package (sudo dpkg-reconfigure tzdata) or setting it directly with `date` package (e.g: `sudo date --set "23 Mar 2019 12:00:00"`, but providing the current datetime)
0 commit comments