itchio / itch

🎮 The best way to play your itch.io games
https://itch.io/app
MIT License
2.38k stars 210 forks source link

Switching DaleURL to .ovh to resolve TypeError when sending feedback #3103

Open jls47 opened 3 weeks ago

jls47 commented 3 weeks ago

Note: deletes are from removing .vscode directory from my local repo after initial commits. Have subsequently also added .vscode to .gitignore.

Should resolve issue #3100, may also be related to issue #3067. Switching to const daleURL = https://dale.itch.ovh from https://dale.itch.zone in the SendFeedback modal widget appears to resolve the TypeError as seen in the issue itself, but does potentially raise a separate issue as to whether or not reports are being saved/processed.

image