Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: pages-graphql #218

Open
silici0 opened this issue May 9, 2020 · 11 comments
Open

Error: pages-graphql #218

silici0 opened this issue May 9, 2020 · 11 comments

Comments

@silici0
Copy link

silici0 commented May 9, 2020

I was following vtex.io getting start documentation, but seens that "vtex init" only brings a clean theme, so i downloaded store-theme and tryed to link :
Captura de Tela 2020-05-09 às 17 52 47

Error: pages-graphql

@pconeglian
Copy link

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?

@gustavodaltoe
Copy link

gustavodaltoe commented May 14, 2020

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:
image

(I'm moving that issue to vtex-apps/minimum-boilerplate-theme#4)

@silici0
Copy link
Author

silici0 commented May 14, 2020

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:
image

Could please share your apps linked and versions ?

@gustavodaltoe
Copy link

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.

@pconeglian
Copy link

pconeglian commented May 14, 2020

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?

@gustavodaltoe
Copy link

About your problem with the search, I've tested here and it's working fine. Do you have the last store-theme release?

I think the version is ok, I have no clue on what to do hahaha
image

@pconeglian
Copy link

About your problem with the search, I've tested here and it's working fine. Do you have the last store-theme release?

I think the version is ok, I have no clue on what to do hahaha
image

Same here, now I'm getting an error 500. Really frustrating.

@kid-three
Copy link

Did anyone find a solution for this?

@kid-three
Copy link

kid-three commented Jul 1, 2020

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.

@yizucodes
Copy link

yizucodes commented Nov 2, 2021

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:
image

@Jaimesanchezgalvis
Copy link

+1 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants