Error: pages-graphql
silici0 opened this issue · 11 comments
I was stuck on that as well. New version of toolbelt downloads a minimum theme now.
I managed to get around the error, updating one file at time, but the problem now is that my local changes won't reflect online. Have you had any progress?
I was stuck on that as well. New version of toolbelt downloads a minimum theme now.
I managed to get around the error, updating one file at time, but the problem now is that my local changes won't reflect online. Have you had any progress?
I was with the same problem. run vtex list
and see if there are other apps linked at your workspace.
When I removed other apps, my changes started to reflect online, but that's just a workaround, it must be fixed.
Now my problem is to open my product page, when I search for a product and try to access it, i get this error:
(I'm moving that issue to vtex-apps/minimum-boilerplate-theme#4)
I was stuck on that as well. New version of toolbelt downloads a minimum theme now.
I managed to get around the error, updating one file at time, but the problem now is that my local changes won't reflect online. Have you had any progress?
I understand that using vtex init
you can choose a fresh theme. But store-theme could help so much...
I was stuck on that as well. New version of toolbelt downloads a minimum theme now.
I managed to get around the error, updating one file at time, but the problem now is that my local changes won't reflect online. Have you had any progress?I was with the same problem. run
vtex list
and see if there are other apps linked at your workspace.
When I removed other apps, my changes started to reflect online, but that's just a workaround, it must be fixed.Now my problem is to open my product page, when I search for a product and try to access it, i get this error:
Could please share your apps linked and versions ?
I changed the "name" from manifest to the name that i want to remove and used vtex unlink
, that's the only thing that worked here.
I changed the "name" from manifest to the name that i want to remove and used
vtex unlink
, that's the only thing that worked here.
Right after I replied you I found the unlink
command. Unllinked the other two themes, ran vtex link
and voilà! I really appreciate your help.
About your problem with the search, I've tested here and it's working fine. Do you have the last store-theme release?
Did anyone find a solution for this?
I found the solution.
Seems you need to install some apps in order for this to work, However this is NOT mentioned in the readme. I found about it by checking to see if this store work with the Vtex Trainings appliancetheme
store. And it did. So I checked what apps that had installed and I mirrored it on my sotre.
You need the following:
vtex.messages 1.60.2
vtex.order-placed 2.2.5
vtex.product-context 0.7.1
vtex.search-resolver 1.6.3
to install:
vtex install vtex.messages
vtex install vtex.ordred-placed
and so on. Vtex needs to work on their documentation. A lot of things are either missing on not complete, or outdated.
I found the solution.
Seems you need to install some apps in order for this to work, However this is NOT mentioned in the readme. I found about it by checking to see if this store work with the Vtex Trainings
appliancetheme
store. And it did. So I checked what apps that had installed and I mirrored it on my sotre.You need the following:
vtex.messages 1.60.2 vtex.order-placed 2.2.5 vtex.product-context 0.7.1 vtex.search-resolver 1.6.3
to install:
vtex install vtex.messages
vtex install vtex.ordred-placed
and so on. Vtex needs to work on their documentation. A lot of things are either missing on not complete, or outdated.
Along the commands above, I also ran this command vtex install vtex.store-theme@3.x
to resolve this issue because this error showed:
+1 :(