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 running a test environment with npm run wp-env start the permalink structure is updated but pages aren't accessible without logging into wp-admin and re-saving permalinks.
Steps to reproduce:
With docker running
npm i && npm run wp-env start
Visit http://localhost:8889/shop which will be a 404
Go to http://localhost:8889/wp-admin/options-permalink.php and Save changes without making any changes
Visit http://localhost:8889/shop which will now load
The text was updated successfully, but these errors were encountered:
Describe the bug:
When running a test environment with
npm run wp-env start
the permalink structure is updated but pages aren't accessible without logging into wp-admin and re-saving permalinks.Steps to reproduce:
npm i && npm run wp-env start
http://localhost:8889/shop
which will be a 404http://localhost:8889/wp-admin/options-permalink.php
andSave changes
without making any changeshttp://localhost:8889/shop
which will now loadThe text was updated successfully, but these errors were encountered: