question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tracking of customer account pages not working

See original GitHub issue

This issue is a:

  • Bug
  • Feature suggestion
  • Documentation issue
  • Other (Please Specify)

Environment

Question Answer
Magento version 2.3.0
Browser + version N/A
node.js version (node -v) N/A
npm version (npm -v) N/A

Description

When clicking around in “Record” mode for the RequireJS Bundle Config generator, results are not captured for customer account pages (reported by @davidverholen).

This is very likely the result of a heuristic that is not 100% correct, and we do not surface that error anywhere in the UI.

Expected result:

The fix for this should be to extend _getPageConfigType in interop.ts to have a more reliable heuristic.

Note: A hard requirement of fixing this will be that it does not require installing any additional modules. One of the goals of the Bundle Generator is to be able to generate config with 0 changes to the Magento store.

Possible solutions:

We can add in some additional heuristics for pages that don’t match the pattern being looked for in _getPageConfigType. An example would be a hardcoded list of pages that we can’t find the layout handle for, and some additional checks to figure them out.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
DrewMLcommented, Feb 26, 2019

I’m working on a prototype that may solve this problem in a bit of a different way, but would yield more control over to developers. Will share when I have more details

1reaction
DrewMLcommented, Dec 20, 2018

(Haven’t forgotten about this, just bogged down with some other work atm. Will get back into this one soon)

Read more comments on GitHub >

github_iconTop Results From Across the Web

I can not display more tracking links on the customer account page
Sometimes we send two or more parcels to customer by an order! We can see all these tracking links in the order admin...
Read more >
Known problems with customer accounts
The purpose of this post is to help people identify and resolve some of the most common problems that affect customer accounts in...
Read more >
Managing Customer Accounts
Viewing your customer accounts, manually adding and editing a customer and the methods available for searching customers.
Read more >
10 Common Customer Service Problems and How to ...
Acknowledge the issue and ensure that you have understood the concern from the customer's point of view. Apologize and then offer a solution...
Read more >
Active on Site not working
Then login into your Klaviyo account, click on the account name on the top right, select the Setup Web Tracking option in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found