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 was having some weird redirect issues on my public website after setting up your REST plugin. What fixed it was setting line 876 to return; (instead of return true;). The difference was that instead of /plugin/1 it actually redirected to /plugin/view/1.
Is the return true in there for a reason? If not, please accept my recommendation.
The text was updated successfully, but these errors were encountered:
First, great work!
I was having some weird redirect issues on my public website after setting up your REST plugin. What fixed it was setting line 876 to return; (instead of return true;). The difference was that instead of /plugin/1 it actually redirected to /plugin/view/1.
Is the return true in there for a reason? If not, please accept my recommendation.
The text was updated successfully, but these errors were encountered: