Hi all, I need some help trying to figure out an issue I am seeing after updating my ABMaterial binary files to 5.12 version.
Basically I have a project with two pages, the home page and a createnewaccount.html page, sometimes when I restart the project I can see on my browser the page connecting and disconnecting, this happens back and forth and I can see in the B4J logs that the websocket gets connected and disconnected, I had never seen this before, I have to stop the project and re-start it a few times before the page actually shows up without any issues.
The main issue I'm having is that I have a label on the home page that when users will click on it will take them to the ../CreateAccount/newaccount.html page, the problem is that when I click on the label I can see on the url bar that the address changes from "localhost:51046/demo/home" to "localhost:51046/demo/CreateAccount/newaccount.html" page as it should but only for half a second then it switches back to "localhost:51046/demo/home" and it never actually shows the /demo/CreateAccount/newaccount.html page.
If I open a new tab and go directly to the "localhost:51046/demo/CreateAccount/newaccount.html" page then the page shows up just fine.
Is there anything I may be missing since the last updates on this library or this a bug?
Please advise.
Just tried running the demo project with the 5.12 version and the www folder of the same version and I started seeing the same issue, seems to be a bug? trying to figure out how to record a small video to better explain the issue.
Just a quick update, I decided to go back to version 4.3, and I do not see this issue on this version, I also tried version 5.0 which apparently it's the official version but also that version has the same issue. But verson 4.3 has some missing functionalities that the newest versions have.
Thanks.
Basically I have a project with two pages, the home page and a createnewaccount.html page, sometimes when I restart the project I can see on my browser the page connecting and disconnecting, this happens back and forth and I can see in the B4J logs that the websocket gets connected and disconnected, I had never seen this before, I have to stop the project and re-start it a few times before the page actually shows up without any issues.
The main issue I'm having is that I have a label on the home page that when users will click on it will take them to the ../CreateAccount/newaccount.html page, the problem is that when I click on the label I can see on the url bar that the address changes from "localhost:51046/demo/home" to "localhost:51046/demo/CreateAccount/newaccount.html" page as it should but only for half a second then it switches back to "localhost:51046/demo/home" and it never actually shows the /demo/CreateAccount/newaccount.html page.
If I open a new tab and go directly to the "localhost:51046/demo/CreateAccount/newaccount.html" page then the page shows up just fine.
Is there anything I may be missing since the last updates on this library or this a bug?
Please advise.
Just tried running the demo project with the 5.12 version and the www folder of the same version and I started seeing the same issue, seems to be a bug? trying to figure out how to record a small video to better explain the issue.
Just a quick update, I decided to go back to version 4.3, and I do not see this issue on this version, I also tried version 5.0 which apparently it's the official version but also that version has the same issue. But verson 4.3 has some missing functionalities that the newest versions have.
Thanks.
Last edited: