Adding page route doesn’t auto upload the new htaccess file

Wappler Version : 3.0.0
Operating System : mac 10.15.5

Expected behavior

When adding a route that does not include a Url (eg for a modal open) the remote .htaccess should be updated

Actual behavior

The route is properly added to the local .htaccess file but it is not added to the remote version upon saving the file and there is no longer an option to push the routes manually.

How to reproduce

Route added

Screen Shot 2020-06-27 at 10.07.04 AM

Local .htaccess shows testing route before home
Screen Shot 2020-06-27 at 10.13.35 AM

Remote .htaccess after saving parent (app.php)
Screen Shot 2020-06-27 at 10.12.35 AM

If I manually add the route to the remote .htaccess file everything works as expected.

Do you mean maybe page routes? Those are added only by adding a route component to the page and not on the route panel.

The routes on the route panel have to have url.

Correct, I added a route to a page, but that route does not include a Url.

So it is added to the local .htaccess but not to the remote?

Maybe it is just not uploaded?

Correct, it is added to the local but not remote. I thought by saving the page with the route (app.php) it would trigger an uploaded, but it doesn’t.

EDIT: Well actually I don’t know if the upload is happening but without the new route, or the upload is just not taking place.

1 Like

If I do a full Publish…everything works.