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
when logged in as asmith I want to be able to click on the 'members only' articles and view them
Actual Behaviour
The articles are not clickable as the page is still served from CDN instead of dispatcher while being logged in. Only way is to force a soft purge with curl -X PURGE -H "Fastly-Soft-Purge:1" https://wknd.site
or to append an uncached parameter.
If a logged in user renews the cache, then the links to the restricted pages are working as expected. Since the new page with links has been cached, logged out users can also see the links.
Expected Behaviour
when logged in as asmith I want to be able to click on the 'members only' articles and view them
Actual Behaviour
The articles are not clickable as the page is still served from CDN instead of dispatcher while being logged in. Only way is to force a soft purge with
curl -X PURGE -H "Fastly-Soft-Purge:1" https://wknd.site
or to append an uncached parameter.
If a logged in user renews the cache, then the links to the restricted pages are working as expected. Since the new page with links has been cached, logged out users can also see the links.
Reproduce Scenario (including but not limited to)
Platform and Version
Current live site https://wknd.site
The text was updated successfully, but these errors were encountered: