-
Hi!
I'm having some trouble getting started.
Ran `sudo npm install -g yo generator-wordpress`, and got this error:
``` bash
# Tons of install logs... and then:
npm WARN ENOENT ENOENT: no such file …
-
### Description
As a user I want to be able to use the onLogin function to properly log in and see the my-account page using the `@faustwp/experimental-app-router` package. The implementation shown i…
-
Seeing this class constructor https://github.com/j-arens/wp-rest-router/blob/master/src/WordPress/Rest/DispatchListener.php I was wondering to know why the constructor is responsible of define the int…
widoz updated
4 years ago
-
### Description
When navigating inside Site Editor, the current location changes e.g.
from:
https://site.test/wp-admin/site-editor.php?postId=213&postType=wp_navigation&canvas=edit
to:
https:/…
-
IIRC the `WP_Error` was a way implemented in WP time ago when Exceptions weren't a thing.
Wouldn't be better to stay with native php way and use Exceptions since the lib seems to targeting php 7.1…
widoz updated
4 years ago
-
A trailing slash in a URL is important. A URL with a trailing slash is a completely different URL from a URL without a trailing slash. For example, relative links are treated differently.
The route…
bvinc updated
8 years ago
-
After starting the meta-environment I noticed an error about a missing table
This might be the root cause of the other errors regarding $locale->english_name
[25-Oct-2021 10:10:28 UTC] WordPress d…
-
I'm having trouble with certain links.
if the url contains same word as an image within wordpress media, the router will redirect me to the image url.
for example:
the link mysite.com/category/…
-
When trying to log in (with `onLogin` from `@faustwp/experimental-app-router` or `generateAuthorizationCode` GraphQL mutation) with an inexistant username/email, or wrong password we get a specific er…
DDeis updated
9 months ago
-
The client side router create url like this: https://demo.wallacetheme.com/2016/11/23/engineering-informatics
While WordPress expects a URL with trailing slash like so:
https://demo.wallacetheme…