This is a continuation of a previous support topic because it has been marked “Closed to replies” but the issue still persists.
I’ve been running @wordpress/scripts
v27.9.0 for a while (had to wait until WP 6.6 was released to update because of the missing jsx-runtime-react
dependency. At that version, terminal responds with “5 high severity issues” that appear to stemming from ws
,puppeteer-core
, lighthouse
, and @wordpress/e2e-test-utils-playwright
peer dependencies. I had hoped/assumed this would be fixed in @wordpress/scripts
v28, but it has not.
What I’ve tried:
npm audit fix --force
downgrades @wordpress/scripts
to v19.2.4, unsurprisingly causing 47 vulnerabilities.I’m happy to break apart the package and do things myself, but I’m not familiar enough with webpack, prettier and eslint to recreate the core of what my team needs (start/build commands that “just work” and config files).
]]>This is the error coming.
]]>Cloud Error: [Service] health [Info] No available Cloud Node after checked server load
This error shows every time I try to check either Page Load Time or PageSpeed Score. The last time it was successful was
Last requested: 01/17/2022 12:26:27 now I just get the above error
.
]]>Our suppliers form their price list based on the xml file, the nodes of which contain Cyrillic characters.
When I try to filter the fields I need by their characteristics, the plugin throws an error indicating the wrong path.
This does not happen with English names.
Is there a way to solve this problem?
]]>Process the message
*
* @param {JSON} message
*/
const processInternal = (message) => {
const data = message.notification.data;
// eslint-disable-next-line no-console
console.log('Hello, what is your User ID?${data.userId}');
// eslint-disable-next-line no-console
console.log('Username: ${data.username}Welcome!);
};
module.exports = { process: processInternal };
]]>I am having problems with connecting to my site. The WiFi works just fine; every other website works. In fact, when I open my website from a different connection it actually opens. From my home connection, I can only access my site with a VPN.
I feel like my website IP banned me since I can’t access it with my normal connection. This probably happened because of either of these two things:
1. I ran WPScan on my Kali Linux virtual machine. Since WPScan is supported by Automattic, I don’t believe that this caused the problem.
2. I ran the now deprecated requests.get()
on a node server in Goorm (an online IDE) to get the HTML code of my website as a practice since now I am learning back-end development. This probably caused the issue.
I can access wp-admin with a VPN. Should I change something there? Can you help me with this?
Thanks in advance.
]]><nav class="tabs" data-kube="tabs" data-equal="true"></nav>
<nav class="tabs" data-meterialis-kube="tabs" data-equal="true"></nav>
await wp.posts().id(id).update({
terms: { publication: pubID }
})
What am I doing wrong?
]]>