Hi,
I did a small test on “Open Web Page” block and found a limitation.
I tested it from the “system” container and calling a page in the “default” container. In my “default” container, there are two pages, “landing” and “Story.” The “landing” is the main page. If I set the block like-
Scenario #1
URL: https://chippermint.backendless.app/api/files/ui-builder/containers/default/index.html
and
URL parameter: page=Story
It won’t work. It redirected to the main page (the “landing” page.)
===
Scenario #2
If I set the block like-
URL: https://chippermint.backendless.app/api/files/ui-builder/containers/default/index.html?page=Story
and
URL parameter: (blank)
It will work.
===
Scenario #3
If I set the block same as scenario #2 on “URL” and make “URL parameter” not blank, it won’t work. It pointed back to the main page, instead the page I want. My intention is that once the user logged in, I like to redirect him back to the previous page (in here, it is the Story page), which is not the main page, with also passing the “user-token” and “objectId” to that page. See attached graph below.
Is there a way to work around it, or I have to stick with the main page? Thanks.
Pei