using Location.href = anyURL
Going back with the BrowserArrow, sometimes this happens: Error Response Error Code 404 ... see pic attached
I'm using only bootstrap in my app.
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (2) |
What version of AppStudio are you using?
>using Location.href = anyURL
>
>Going back with the BrowserArrow, sometimes this happens: Error Response
>Error Code 404 ... see pic attached
>
>I'm using only bootstrap in my app.
>
>
>
>
>
>
We use the Navigo library for this:
<https://github.com/krasimir/navigo>
I can see how going outside the App (where Navigo is running) might affect things. I don't know what the solution is yet.
George Henne
NS BASIC Corporation
http://www.nsbasic.com
>AppStudio (6.2.3.0) and Chrome are up to date.
>The problem starts when I switch to Form2, the URI is extended with "Form2":
>http://127.0.0.1:51089/myprog/Form2
>
>If I hit <F5> in Chrome also --> Error 404
>
>Now when I go outside via Location.href and return with the
>BrowserArrows, Chrome Reports 404 'cos of the URI http://127.0.0.1:51089/
>myprog/Form2
>
>So who is responsible for this addition of "Form2"? It's not me ;-) 'cos
>I even don't know how to do that.
>
>