soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
316 stars 30 forks source link

Edit with Oxygen results in 404 on private post types #3494

Open Kpudlo opened 7 months ago

Kpudlo commented 7 months ago

Selecting Edit with Oxygen for post types with public => false will always return a 404 because these post types don't have public permalinks.

Steps to reproduce the behavior:

  1. Install a plugin that has a private post type. In this example, we'll use ACF
  2. Add a new ACF Field group
  3. Click the "Edit With Oxygen" button for the Field Group
  4. See the Error

Related to https://github.com/soflyy/oxygen-bugs-and-features/issues/3485

Reported internally via https://github.com/soflyy/oxygen/issues/5275

arsh999cg commented 7 months ago

Until it is solved natively, I've added a javascript (UserJS) to Browser using extension TemperMonkey/GreaseMonkey :

It adds a button fixed positioned at bottom right corner of screen, saying Check ! Page, (set checked everything except PAGE)

TemparMonkey UserJS : https://pastebin.com/nhvkqqRR

perrelet commented 5 months ago

@Kpudlo Any progress?