Open Web Page inserting question mark

Here is a working url.
https://backendlessappcontent.com/783E6E22-47E2-634C-FFF4-FE0DC6A1DB00/AF623A95-06A1-4485-AA41-B629C47C22DF/files/ui-builder/containers/default/index.html?page=SplashScreen

On my login page, I click the submit button and it is suppose to send me to the page url above. Instead it sends me to this page.
https://backendlessappcontent.com/783E6E22-47E2-634C-FFF4-FE0DC6A1DB00/AF623A95-06A1-4485-AA41-B629C47C22DF/files/ui-builder/containers/default/index.html?page=SplashScreen?

The only differnece is that it adds a question mark at the end automatically. So it takes me to my Page Not Found page.

On my login page, for the submit button, I created an On Click Event > Open Web Page. I put the website url in, did not set any parameters, and open in another window equals True. Here is my Login Page so you can press the submit button and see how it adds the question marks to the url.

https://backendlessappcontent.com/783E6E22-47E2-634C-FFF4-FE0DC6A1DB00/AF623A95-06A1-4485-AA41-B629C47C22DF/files/ui-builder/containers/default/index.html?page=Login

Any ideas why it is adding a question mark automatically at the end of the URL?

Hi @Rene_Ledesma,

Welcome to the Backendless Community!

In the On Click Event, instead of the Open Web Page use the Go To Page block. And for the name argument, simply put text SplashScreen, which is the name of the page you want to navigate to in the app.

Cheers,
Mark

@mark-piller Thanks. That did the trick. I had tried …/SplashScreen but i didn’t think of your solution.

1 Like