In my add-on I implemented a link which calls an action then opens view page.
The problem I'm facing is "The requested page could not be found", but only in production. In development mode it works perfectly.
I've checked the production environment and the link and template exists, I see no reason for that behavior.
Does anyone can guess what could be the reason of that message?
Code:
Read more
Читать далее...
The problem I'm facing is "The requested page could not be found", but only in production. In development mode it works perfectly.
I've checked the production environment and the link and template exists, I see no reason for that behavior.
Does anyone can guess what could be the reason of that message?
Code:
<a href="{{ link('user-list', {}, {'profileId': $profile.profile_id, 'profileName'...
Read more
Читать далее...