vlang / gitly

Light and fast GitHub/GitLab alternative written in V
GNU General Public License v3.0
1.35k stars 71 forks source link

[BUG] Going to https://gitly.org// returns Cloudflare Error 502 #253

Open billpcs opened 11 months ago

billpcs commented 11 months ago

I found this out while building my own vweb server, by mistake, and wondered if gitly has the same issue.

By loading https://gitly.org//, the site fails to work correctly

In my own instance, the error I get is

[vweb] tid: 000, error parsing path: net.urllib.parse: failed parsing url

and the Firefox says "The connection was reset"

I don't know if this is the same case.

image

Casper64 commented 11 months ago

Interestingly urls with more than 2 / work just fine https://gitly.org///

medvednikov commented 11 months ago

good find :)

On 10 Aug 2023, at 14:23, Casper Küthe @.***> wrote:

Interestingly urls with more than 2 / work just fine https://gitly.org///

— Reply to this email directly, view it on GitHub https://github.com/vlang/gitly/issues/253#issuecomment-1673035972, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFH67D3PSU6NODCYNEKMRLXUTADHANCNFSM6AAAAAA3LHPRXM. You are receiving this because you are subscribed to this thread.

billpcs commented 3 months ago

Should be fixed when gitly pulls the latest changes.