You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The intention is to redirect the root page through the different layers of automatic ID assignment.
The problem is that the go function of page/@outer-id/index.php doesn't fire. It's there in the assembly, but it isn't iterated by the invoke function. Changing it to go_before does indeed get invoked correctly.
This might not be a bug in the router, but I'm tracking it here.
The text was updated successfully, but these errors were encountered:
I'm working on a complex project that's causing issues within the Logic Authority.
To recreate, create this page structure:
The intention is to redirect the root page through the different layers of automatic ID assignment.
The problem is that the
go
function ofpage/@outer-id/index.php
doesn't fire. It's there in the assembly, but it isn't iterated by the invoke function. Changing it togo_before
does indeed get invoked correctly.This might not be a bug in the router, but I'm tracking it here.
The text was updated successfully, but these errors were encountered: