Hi, receently i made a major release in my theme all well until i see several url’s broken, all my templates default dosnt work so i made all kind of things to solve but some urls still broken, i go to the console in my browser and see these:
{“graphQLErrors”:[{“message”:“Missing block <my_vtex_site>.resilient-theme@9.x:store.custom#SearchCustomQuery”,“path”:[“pageBlocks”],“extensions”:{“code”:“INTERNAL_SERVER_ERROR”,“exception”:{“message”:“Missing block <my_vtex_website>.resilient-theme@9.x:store.custom#SearchCustomQuery”,“name”:“Error”}},“name”:“GraphQLError”,“forwardedHost”:“devpsosa–<my_site>.myvtex.com”,“operationId”:“13f72a6b-c53b-420c-ae37-f724620ba015”,“query”:{“query”:“query pageBlocks($input: PageBlocksInput) {\n pageBlocks(input: $input) {\n appsEtag\n appsSettingsJSON\n blocksJSON\n blocksTreeJSON\n componentsJSON\n contentMapJSON\n extensionsJSON\n appsMessages {\n key\n message {\n from\n context\n content\n }\n }\n userMessages {\n key\n message {\n from\n context\n content\n }\n }\n page {\n blockId\n canonical\n canonicalPath\n disableExternals\n domain\n metaTags {\n description\n keywords\n robots\n }\n routeContextLocator\n routeId\n routePath\n paramsMapJSON\n paramsJSON\n pageContext {\n id\n type\n }\n title\n varyContentById\n }\n pagesJSON\n cacheHintsJSON\n runtimeJSON\n }\n}”,“variables”:“{"input":{"contentType":"route","depTree":"[{\"id\":\"vtex.messages@1.69.0\",\"location\":\"//devpsosa/apps/vtex.messages@1.69.0\",\"registry\":\"vtex\",\"vendor\":\"vtex\",\"name\":\"messages\",\"version\":\"1.69.0\",\"settingsSchema\":{\"title\":\"VTEX Messages\",\"type\":\"object\",\"properties\":{\"userTranslationsEnabled\":{\"title\":\"Enable User Translations\",\"type\":\"boolean\",\"default\":true,\"description\":\"Enable user translations of apps’ messages\"},\"defaultLanguage\":{\"title\":\"Default Language\",\"type\":\"string\",\"description\":\"Select your site’s default language\",\"default\":\"*\"},\"supportedLanguages\":{\"title\":\"Supported Languages\",\"type\":\"array\",\"default\":,\"items\":{\"type\":\"string\"},\"description\":\"Enter with the supported languages of your store\"},\"twoFactorURL\":{\"title\":\"Two Factor URL\",\"type\":\"string\",\"default\":\"\",\"description\":\"Configure an URL to receive a token to authorize messages saving\" [Truncated: variables too long]”},“requestId”:“6d4db7eb05bd41cfaad2f04e0c5d2138”,“pathName”:“pageBlocks”}],“name”:“Error”,“message”:“pages-graphql”,“errorReportMetadata”:{“errorId”:“59e7c4811dcc8765ab88417c02d5388c”,“reportCount”:0}}
As you can see, the site its still searching for the 9.x version of the theme but i am now in 10.x version, why??
In the manifest have the 10.x version, in my VTEX ls command see the 10.0.3 version (10.x) and all my configs show 10.x version, why VTEX still asking for the 9.x version??
I not get it, and its really frustrating, any help??
Thanks in advance.