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
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Website: Ensure that a respective FAQ entry is available or redirect
Additional context
We've created a workaround (https://github.com/corona-warn-app/cwa-website/pull/296/files) on the website that takes the malformed links and redirects to specific FAQ entries. This, however, requires creation of dedicated html files per language as we cannot capture just any /(error-code) request (site is just static content on an S3 compatible object store). Using the proposed format in the app+website fix would allow us to handle this purely in javascript with a plain mapping object that we can adjust much more easily.
Internal Tracking ID: EXPOSUREAPP-2261
The text was updated successfully, but these errors were encountered:
Avoid duplicates
Describe the bug
The following issues report on error messages in the app that link to FAQ entries:
Similar reports can be found in app store reviews for error 9002.
General problem is the link format of coronawarn.app/{lang}/faq/({error-code})
Expected behaviour
The app should use valid links to FAQs.
Steps to reproduce the issue
See linked issues for steps to recreate.
Technical details
Possible Fix
App-only: use the available links, e.g. https://coronawarn.app/de/faq/#API39508
App+Website:
Additional context
We've created a workaround (https://github.com/corona-warn-app/cwa-website/pull/296/files) on the website that takes the malformed links and redirects to specific FAQ entries. This, however, requires creation of dedicated html files per language as we cannot capture just any /(error-code) request (site is just static content on an S3 compatible object store). Using the proposed format in the app+website fix would allow us to handle this purely in javascript with a plain mapping object that we can adjust much more easily.
Internal Tracking ID: EXPOSUREAPP-2261
The text was updated successfully, but these errors were encountered: