plcdnl
plcdnl
Did you found a way to solve this problem? Is really difficult to syncronize a big amount of data
Thank you for your quick response. The problem with useState and useAsyncData is that at the moment it should do at least one time a graphql call on client side....
Thank you and sorry again. I know that this question can riuslt annoying. What do you mean when you say "define my own getCachedData" method? Do you think that a...
Wow, simpler than i thought. It works fine with subsequent calls but in the client at the first access between one page and another it is always a new graphql...
Wow! Incredible work. Thank you ! 🙏
Hi @i-just, thank you! This is the workaround i'm using on Craft: 
Got this error when - after plugin update - it try to update the database ``` Database Exception: SQLSTATE[HY000]: General error: 3780 Referencing column 'shopifyGid' and referenced column 'shopifyId' in...
``` `SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_unicode_ci,IMPLICIT) for operation '=' The SQL being executed was: SELECT `elements`.`id`, `elements`.`canonicalId`, `elements`.`fieldLayoutId`, `elements`.`uid`, `elements`.`enabled`, `elements`.`archived`, `elements`.`dateLastMerged`, `elements`.`dateCreated`, `elements`.`dateUpdated`,...
happens to me too. Any news?
Hi, sorry to bother you again. I think my question might be related to the previous one. Is there a way to retrieve data from useRouteCache() during client-side navigation? When...