Page not found (404)

No App matches the given query.
Request Method: GET
Request URL: https://apphay.vn/app/1219172787/dich-text-voice/
Raised by: www.views.app

Using the URLconf defined in apphayweb.urls, Django tried these URL patterns, in this order:

  1. __debug__/
  2. robots.txt
  3. ads.txt
  4. admin/
  5. accounts/
  6. ckeditor/
  7. [name='index']
  8. categories/ [name='category_top']
  9. category/<slug:slug>/ [name='category']
  10. top-app-list/ [name='top_app_list']
  11. top-chart/(?P<slug>[\w-]+)/$ [name='top_chart']
  12. top-chart/ [name='top_app']
  13. app/<int:store_id>/<str:title>/ [name='app']

The current path, app/1219172787/dich-text-voice/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.