Re: Django Sitemap on heroku error h13

2020-09-21 Thread Omkar Parab
Put your code on github. I'll compare with my code. I've done sitemap for my site and it's working. On Mon, Sep 21, 2020, 8:55 AM dum dum wrote: > Anyone has solution for this issue? > Please let me know > Thanks > > On Mon, Sep 14, 2020 at 12:31 PM dum dum wrote: > >> Update for this case: >>

Re: Django Sitemap on heroku error h13

2020-09-20 Thread dum dum
Anyone has solution for this issue? Please let me know Thanks On Mon, Sep 14, 2020 at 12:31 PM dum dum wrote: > Update for this case: > I fixed the h13 error by limiting records that I pulled from database. > I still don't understand yet why heroku gave me that error, maybe because > the server

Re: Django Sitemap on heroku error h13

2020-09-13 Thread dum dum
Update for this case: I fixed the h13 error by limiting records that I pulled from database. I still don't understand yet why heroku gave me that error, maybe because the server spec is not good enough for my data that has lot rows to pulled. I'm using heroku hobby-basic. Firefox: I open

Django Sitemap on heroku error h13

2020-09-12 Thread dum dum
I don't know why, in local localhost:8000/sitemap.xml will generate sitemap.xml. But on heroku, domain/sitemap.xml will error h13. I followed this tutorial https://jawaban.online/scope/outlink/6442/django-sitemap-tutorial-help-crawlers-understand-your-website-2018-youtube/ and