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've had a long issue today figuring out why AppApi would not work on my local set-up: an older site that used to work with the old RestApi module.
It turned out that I had urlSegments enabled on the Home template, so I would get the Home template rendered (which I mistook for a 404 page, as they are similar), instead of the API output.
I can imagine more users running into this issue, so IMO it would be good to add this to the FAQ section of the documentation.
Thanks!
The text was updated successfully, but these errors were encountered:
I've had a long issue today figuring out why AppApi would not work on my local set-up: an older site that used to work with the old RestApi module.
It turned out that I had
urlSegments
enabled on the Home template, so I would get the Home template rendered (which I mistook for a 404 page, as they are similar), instead of the API output.I can imagine more users running into this issue, so IMO it would be good to add this to the FAQ section of the documentation.
Thanks!
The text was updated successfully, but these errors were encountered: