I'm using django sitemap to generate my sitemap.
In local it works normally, I can visit 127.0.0.1:8000/sitemap.xml and see the data. But in production, I got http error 500 (site matching query not exist) when trying to access "domain.com/sitemap.xml". I've been following solutions on the internet, and one of those is from this link
But I'm still getting the error. I followed these tutorials exactly, but the error still occured.
https://jawaban.online/scope/outlink/17698/how-to-create-a-sitemap-in-django/
Please kindly help. Thanks
Top comments (0)