nightscout / Trio

Trio - an automated insulin delivery system for iOS based on the OpenAPS algorithm with adaptations.
https://docs.diy-trio.org/en/latest/
MIT License
98 stars 526 forks source link

Fix Discord URL #412

Closed tonypartridge closed 1 month ago

tonypartridge commented 2 months ago

Resolves #410

tonypartridge commented 2 months ago

I rebased this onto dev.

LGTM. Thanks, Tony.

Great, I'll use Dev in future for any PR's. Excited for this app.

marionbarker commented 2 months ago

I get failure to load for https://discord.diy-trio.org/

If I remove the https:// or just drop the “s” it loads fine.

Sjoerd-Bo3 commented 2 months ago

I get failure to load for https://discord.diy-trio.org/

If I remove the https:// or just drop the “s” it loads fine.

It was working for me.... Weird. @MikePlante1 ?

tonypartridge commented 2 months ago

I get failure to load for https://discord.diy-trio.org/

If I remove the https:// or just drop the “s” it loads fine.

Same now, it was working...... Likely ssl issue? We could update to use non-ssl but I think it would make more sense for the server issue handling the ssl/mapping to be resolved.

Sjoerd-Bo3 commented 2 months ago

I get failure to load for https://discord.diy-trio.org/ If I remove the https:// or just drop the “s” it loads fine.

Same now, it was working...... Likely ssl issue? We could update to use non-ssl but I think it would make more sense for the server issue handling the ssl/mapping to be resolved.

Yes, let's wait for @MikePlante1 He configured the link

MikePlante1 commented 2 months ago

I never use http:// or https:// and just let the browser auto-fill that part, just like I haven't typed www before a url for many many years. 🤷 I'll look into make sure https works. https://diy-trio.org seems to work fine, just not the discord subdomain. 🤔

MikePlante1 commented 2 months ago

After talking with Namecheap customer support, looks like https:// isn't going to work. If you could please update it to http://discord.diy-trio.org

tonypartridge commented 2 months ago

After talking with Namecheap customer support, looks like https:// isn't going to work. If you could please update it to http://discord.diy-trio.org

Updated as requested.