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
I set a custom post type "dishes" and a custom taxonomy "tax_menu" with two terms "gavitella" and "light-snacks". What I want is to create Menus and associate dishes to them.
If I use the route example "better-rest-endpoints/v1/{taxonomy}/{term}", which in my case is HOME/wp-json/better-rest-endpoints/v1/tax_menu/light-snacks I get an error 500.
I use polylang to manage translations and I found that disabling it solves the issue but I can not understand why. I know that polylang uses taxonomy and terms to assign langs to posts, could it be the problem?
What do you suggest? Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I have an issue with your plugin.
I set a custom post type "dishes" and a custom taxonomy "tax_menu" with two terms "gavitella" and "light-snacks". What I want is to create Menus and associate dishes to them.
If I use the route example "better-rest-endpoints/v1/{taxonomy}/{term}", which in my case is HOME/wp-json/better-rest-endpoints/v1/tax_menu/light-snacks I get an error 500.
I use polylang to manage translations and I found that disabling it solves the issue but I can not understand why. I know that polylang uses taxonomy and terms to assign langs to posts, could it be the problem?
What do you suggest? Thank you.
The text was updated successfully, but these errors were encountered: