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 have a small issue, I don't really know if it's a normal behavior or not.
I have different handler define like this:
-"/"
-"/category"
-"/category/id"
Users can access to "/category/id" directly with a given url, but at the first launch of the app, end each time tab is refreshed, it seems that the view from "/category" is also build (and the call to the different web service are made too, unfortunately...)
Thanks
The text was updated successfully, but these errors were encountered:
Hello there,
I have a small issue, I don't really know if it's a normal behavior or not.
I have different handler define like this:
-"/"
-"/category"
-"/category/id"
Users can access to "/category/id" directly with a given url, but at the first launch of the app, end each time tab is refreshed, it seems that the view from "/category" is also build (and the call to the different web service are made too, unfortunately...)
Thanks
The text was updated successfully, but these errors were encountered: