Thanks, so I did try this before making this post by using the steps in that guide anyway, but it didn’t seem to work. Clicking on any of the dynamic links will simply show an invalid white page. I also noticed the following error when checking the developer console. I’m running this in Electron, just in case that changes anything.
Here’s the error:
routes.js:1 Uncaught TypeError: Cannot set property 'router' of undefined
at routes.js:1
The routes.js file (which I have not manually modified) :
Is there anyway to transform this into a bug report? I don’t seem to be able to edit the title to something more appropriate anymore.
Just before my trial expired, I done a few tests. It seems redirects work correctly on both mobile and normal websites, but as soon as you create them via Electron you get the error in my above post, and they do not work. I tried this with both the AppConnect and Framework7 redirect types in the project settings. I had also tried this on a few fresh projects just to make sure this was the case.
My trial has now expired, but I plan on purchasing Wappler, so it would be nice to have this fixed seeing as Electron and Routes are what I need to create the project I am attempting to create.
Create a desktop project > Select Browser (and/or Electron in my case) > Create Routes > Run.
Produces the same error as when running in Electron, here.
However, creating a blank web project and creating routes works fine, it’s just when using the desktop project type that routes do not work either when using browser or electron as the platform.