Using the URLconf defined in gt_api.urls , Django tried these URL patterns, in this order:
^admin/
apiDocs/
^api/
api-auth/
The empty path didn’t match any of these.
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.
Can you try pausing Cloudflare in the site to see if the issue remains?
You can pause Cloudflare from the Overview tab of the Cloudflare Dashboard, bottom right under Advanced Actions.
If the issue persist after Cloudflare has been paused, it means that there is an issue with your origin, Cloudflare is only operating as your DNS provider while it is paused.
The other issue is that, another website (a subdomain of the main website) hosted on the same platform returns another error
www.go.geotravel.tours
If you are the owner of this website, please contact your hosting provider: [email protected]
It is possible you have reached this page because:
i. The IP address has changed.
ii. There has been a server misconfiguration.
iii. The site may have moved to a different server.
That record does not seem to exist in the first place. You need to create it on Cloudflare first, but be aware that you wont be able to use it with HTTPS, unless you purchase a dedicated $10/month certificate from Cloudflare.
Only go.geotravel.tours exists. And if that doesnt work it still is a server issue. You need to fix your server.