You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users try to reach my plugin page, which employ #/ in the URL structure, they face the error message "Sorry, you are not allowed to access this page." This problem stems from the URL format utilized by the React-based plugin. Subsequent pages such as /squarewoosync#/inventory or /squarewoosync#/settings/general rely on this anchor so we can have direct links to these "pages". It seems that the WordPress playground environment imposes restrictions on accessing pages with URLs containing #/, resulting in the "not allowed to access" error.
Closes#1120
Fixes a bug in the URL parsing where `#foo` is passed to PHP when requesting `/index.php#foo`.
## Testing instructions
Confirm the tests passed
Closes#1120
Fixes a bug in the URL parsing where `#foo` is passed to PHP when
requesting `/index.php#foo`.
## Testing instructions
Confirm the tests passed
When users try to reach my plugin page, which employ #/ in the URL structure, they face the error message "Sorry, you are not allowed to access this page." This problem stems from the URL format utilized by the React-based plugin. Subsequent pages such as /squarewoosync#/inventory or /squarewoosync#/settings/general rely on this anchor so we can have direct links to these "pages". It seems that the WordPress playground environment imposes restrictions on accessing pages with URLs containing #/, resulting in the "not allowed to access" error.
Screenshot:
Plugin Information:
SquareWooSync
Blueprint to reproduce:
Could this be looked into please
The text was updated successfully, but these errors were encountered: