Sam Berry
Sam Berry
AAlokai
Created by Sam Berry on 1/4/2024 in #🙋|general-help
[Bug]: Default locale does not work
@Wojtek Sikora would you please help. Thanks
4 replies
AAlokai
Created by Sam Berry on 1/4/2024 in #🙋|general-help
[Bug]: Default locale does not work
up
4 replies
AAlokai
Created by bokjo on 9/6/2023 in #🙋|general-help
What happened to this server? Where did all the channels go?
@.rohrig please add PrestaShop tag too. Thanks
9 replies
AAlokai
Created by bokjo on 9/6/2023 in #🙋|general-help
What happened to this server? Where did all the channels go?
same
9 replies
AAlokai
Created by Sam Berry on 4/26/2023 in #🙋|general-help
Default locale does not work
I also tried it on boilerplate theme.
7 replies
AAlokai
Created by Sam Berry on 4/26/2023 in #🙋|general-help
Default locale does not work
yes it's already set to false.
7 replies
AAlokai
Created by Sam Berry on 4/26/2023 in #🙋|general-help
Default locale does not work
7 replies
AAlokai
Created by bvlint on 4/19/2023 in #🙋|general-help
translating components
welcome ❤️
13 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
anyway, still we have the issue with default handler: https://discord.com/channels/770285988244750366/1072426511707152466 https://github.com/vuestorefront/vue-storefront/issues/6884 @skirianov just to remind, I think you were not involved.. thanks
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
😄 thanks for following up and your help. Sure.
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
update: as we have investigated there is a problem within PrestaShop integration when we have more than one lang (which will be fixed soon). So, it's not an issue with VSF cache (except default validation handler..). When you check my message, we can remove this post. @skirianov thank you
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
Hmm, unfortumately there is not any console or server error... 🙂 Server sends back responses without error but the actual behaviour is not correct, as the final HTML cached in redis is somehow corruped. How? The final result does not have just dynamic parts.. Anyway, it's very weird that I have this defect on both local and server.. I will do more deeper tests to give you more info 🙏🏻
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
Home.vue import { useCache, CacheTagPrefix } from '@vue-storefront/cache'; ..... onSSR(async () => { await productsSearch({ featured: true }); addTags([ { prefix: CacheTagPrefix.View, value: 'home' } ]); });
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
dependency versions: "@vue-storefront/cache": "^2.7.5", "@vue-storefront/redis-cache": "^1.0.1",
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
['@vue-storefront/cache/nuxt', { enabled: true, invalidation: { endpoint: '/cache-invalidate', key: 'uniqueKey', handlers: [ '@vue-storefront/cache/defaultHandler' ] }, driver: [ '@vue-storefront/redis-cache', { defaultTimeout: 86400, redis: { host: 'localhost', port: 6379 } } ] }]
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
Sure, it's exactly like that, but let me copy it.
16 replies
AAlokai
Created by Sam Berry on 2/15/2023 in #🙋|general-help
VSF Redis cache - dynamic parts will be disappeared after a while
Thank youuu, I'm checking it on my local too, I will update this post if I have any other info.
16 replies