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
I'm trying to redirect to the same page but with different parameters (page type in my case) but the data is not retrieved after the redirection or an error occurred with ssr enabled
the data is not retrieved and the old page is still displayed
Accessing /pages on new tab (full app reload)
Same as clicking "Pages": /pages is fetched, a redirect is emitted and the url is modified as expected
the data is not retrieved and an empty page is displayed
With SSR enabled
Clicking "Pages" link on the menu
same behavior as with ssr disabled
Accessing /pages on new tab (full app reload)
Initial data is fetched with page parameters, in this case a 404 is returned because the chash is invalid
Initial Data is unavailable: (404 Not Found (https://pwa-demo.ddev.site/headless/?test=1&cHash=599baf8f632105a17acf088151dc02d6&type=834))
Some clues
I tried something like this, it works when clicking the link from the menu with the app fully loaded but there is an infinite loop when accessing by direct link
Hi,
I'm trying to redirect to the same page but with different parameters (page type in my case) but the data is not retrieved after the redirection or an error occurred with ssr enabled
Steps to reproduce
With SSR disabled
Clicking "Pages" link on the menu
/pages
is fetched and a redirect is emittedAccessing
/pages
on new tab (full app reload)/pages
is fetched, a redirect is emitted and the url is modified as expectedWith SSR enabled
Clicking "Pages" link on the menu
Accessing
/pages
on new tab (full app reload)Some clues
I tried something like this, it works when clicking the link from the menu with the app fully loaded but there is an infinite loop when accessing by direct link
Thanks for your help
The text was updated successfully, but these errors were encountered: