Note!! Please register for a free account to access the full content and also to participate in Q&A in the community
openurl index.html to refresh the application fails 404
Summary:
hi, i typically follow to set the locale for language for the user, and on previous apps, the action openurl index.html to refresh the application works fine.
However, on a new app (PWA and Redwood), it fails, showing on the page: HTTP error status: 404 while loading page "index.html". The network tab on the browser shows:
/pages/index.html-page.html … 404 Not Found
/pages/index.html-page.json … 404 Not Found
/pages/index.html-page.js … 404 Not Found
in VB, the source view shows index.html present as always.
Is there anything different with PWA or Redwood so that i need a different way to refresh the page to reflect a change in user locale? Thanks!
Tagged:
0