-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Describe the bug
We've noticed that during our testing, and this only applies while navigating from the breadcrumb trail, a message in the console begins to appear as follows. I've scanned our entire site of 5000 plus files and 'wb-auto' is not being used.
This error message starts to appear from v.15.3.0 and up - with the removal of the Share This code. v15.2.2 is the last version that worked for us. We've tested with Edge and Chrome and the message appears in both.
We are currently on v.14.6.0 and I tested all versions including the latest.
Error
wb.getId: ID 'wb-auto-6' isn't supposed to be hardcoded in the page. Please remove it or change its prefix to something different than 'wb-auto-'
(anonymous) @ wet-boew.min.js:8
getId @ wet-boew.min.js:8
(anonymous) @ theme.min.js:7
(anonymous) @ theme.min.js:7
Update
The 'wb-auto-8' is accompanying the GCWeb menu.
To Reproduce
Steps to reproduce the behaviour:
- Requires that v.15.3.0 and above it part of your solution
- Go to home page
- Inspect and open the console
- Navigate to a deeper level in the site
- Use the breadcrumbs to make your way back to the home page
- Observe the console for any errors
Current behaviour
When navigating the site using the breadcrumbs the error begins to display in the console.
Expected behaviour
Any version before 15.3.0 does not generate this error.
Screenshots and/or logs
Desktop (please complete the following information):
- OS: Windows 11 Enterprise
- Browser: Chrome
- Version: 130.0.6723.70
- Browser: Edge
- Version: 130.0.2849.56
Additional context
We were able to generate this error from our localhost and our development server (Azure app service/Windows.NET).