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

Missing Content: Home, Navigation, Settings (password protection), Pages & Branding changes not reflecting #1281

Closed
danieldanielecki opened this issue Jan 16, 2024 · 6 comments

Comments

@danieldanielecki
Copy link

I followed the entire tutorial https://vercel.com/docs/integrations/shopify#configure-shopify and got working everything apart from the home content I can see on https://demo.vercel.store, navigation isn't showing up, when I tried to disable the shop with password protection - it didn't reflect, custom pages, and branding didn't update. I need clarification because whenever I update a product, it works perfectly fine.

Working deployments, continuously generated from https://github.com/Ditectrev/shop
Screenshot 2024-01-16 at 16 12 08

Regarding navigation I found a similar issue #1199, but this comment didn't help. I tried to also deactivate the shop and redeploy again. My shop is available at https://shop.ditectrev.com (it redirects to Vercel's domain, still need to fix #1274).
Screenshot 2024-01-16 at 16 27 15
Screenshot 2024-01-16 at 16 29 52

With regards to branding, I could see a new favicon (remaining content was simply Redirecting...) before I re-connected a domain again after deactivation. However, when updated it in the storefront settings like on the screenshot below, I can't see the new favicon anymore.
Screenshot 2024-01-16 at 16 23 12

About the home, might it be related to issue #1207?

About custom page return 500: https://shopify-ditectrev.vercel.app/pages/home & https://shopify-ditectrev.vercel.app/pages/contact

Screenshot 2024-01-16 at 16 27 01

I tried to add 2 new webhooks: Shop update and Theme update, but it didn't help to solve this issue. For me, it looks like some missing info from the docs to enable sync all stores settings, apart collections & products, which, as wrote earlier - are working 100% fine thanks to webhooks (=webhooks are configured okay).

@danieldanielecki
Copy link
Author

Regarding footer, the docs isn't correct showing 2 menus: https://vercel.com/docs/integrations/shopify#navigation-menus.

as per https://community.shopify.com/c/shopify-discussions/how-do-you-delete-a-menu/m-p/515524, it's not possible to delete the footer menu, but Vercel's docs suggests there should be just vercel-related handle menus.

@tonytangdev
Copy link

tonytangdev commented Jan 25, 2024

I had the same issue. I tried to look for the place where we fetch the menus and it is here : https://github.com/vercel/commerce/blob/main/lib/shopify/index.ts#L340

I added cache: 'no-cache' to disable the cache and then I got my menus showing. If that does work for you, I think you should revert back the value before deploying.

@danieldanielecki
Copy link
Author

I had the same issue. I tried to look for the place where we fetch the menus and it is here : https://github.com/vercel/commerce/blob/main/lib/shopify/index.ts#L340

I added cache: 'no-cache' to disable the cache and then I got my menus showing. If that does work for you, I think you should revert back the value before deploying.

where did you add cache: 'no-cache'?

@danieldanielecki
Copy link
Author

I haven't done absolutely anything and now I can see the navigation on https://shop.ditectrev.com (before custom domain was working, also on shopify URL), pages are still broken tho. Restricting users to password is also not helpful. It looks like the software is highly unstable for custom domains setups (other issue #1274). My most important problem was the navigation so closing the issue. I'll try to find a solution for the broken pages in other issues, but hopefully Vercel will make it more stable (again?).

@danieldanielecki
Copy link
Author

PS. Branding also doesn't work as we can see on https://shop.ditectrev.com

@danieldanielecki
Copy link
Author

Closing this issue, as I've created an issue for every problem I'm still facing: #1295 #1300 #1301.

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

2 participants