Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

FAQ Links in app error messages point to wrong URLs #1044

Closed
2 of 3 tasks
tkowark opened this issue Aug 20, 2020 · 1 comment · Fixed by #1074
Closed
2 of 3 tasks

FAQ Links in app error messages point to wrong URLs #1044

tkowark opened this issue Aug 20, 2020 · 1 comment · Fixed by #1074
Assignees
Labels
bug Something isn't working mirrored-to-jira This item is also tracked internally in JIRA

Comments

@tkowark
Copy link
Member

tkowark commented Aug 20, 2020

Avoid duplicates

  • Bug is not mentioned in the FAQ
  • Bug is specific for Android only, for general issues / questions that apply to iOS and Android please raise them in the documentation repository
  • Bug is not already reported in another issue -> Individual links reported, but not the general issue

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

  • Mobile device: All devices
  • Android version: 1.2+

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

@tkowark tkowark added the bug Something isn't working label Aug 20, 2020
@ghost ghost assigned JoachimFritsch Aug 20, 2020
@ghost ghost added the mirrored-to-jira This item is also tracked internally in JIRA label Aug 20, 2020
@tkowark
Copy link
Member Author

tkowark commented Aug 26, 2020

This will be fixed with #1074 and corona-warn-app/cwa-website#316

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working mirrored-to-jira This item is also tracked internally in JIRA
Projects
None yet
2 participants