All things Shopify and commerce
I'm having a problem where the domain authentication for my shopify store fails without any changes to the CNAME records.
It's happend twice in the last year, yet everything matches exactly with my domain provider (Dynadot). Last time it happened I was able to fix it by deleting and re-adding the CNAME records in my DNS configuration but the existing records were identical.
I'm trying to figure out why this keeps happening. Is it a Shopify problem or a Dynadot problem?
Hi @eljuderino
Since your data’s in Prisma, you’ll need to fetch it via your app’s backend. Create an API endpoint (like /api/wishlist) in your theme extension app to query Prisma for the logged-in customer’s wishlist items, returning product IDs.
Then, in your Shopify theme, add a new page or section (e.g., “My Wishlist”) and use Liquid to call that endpoint with a fetch request via JavaScript. Something like fetch('/apps/your-app/api/wishlist').then(res => res.json()) to grab the data. Map those product IDs to Shopify’s storefront API or Liquid {% product %} tags to render the items with titles, images, and prices. Ensure your app authenticates the customer (via Shopify’s session) so only their wishlist shows up.
Hope this helps 🙂
Hi,
This is Richard at PageFly - Shopify Advanced Page Builder app.
This is a classic and frustrating DNS issue, and it's difficult to definitively pinpoint whether it's solely a Shopify or Dynadot problem without extensive technical logs from both sides. However, we can analyze the common causes and how to troubleshoot them:
Understanding the Problem:
Possible Causes:
Hoping my solution helps you solve your problem.
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
Thanks for taking the time to reply. That's really helpful.
I'll try updating my TTL value which is on the low side.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025