AntoineGa / Seq.App.Teams

Seq application for Microsoft Teams
MIT License
13 stars 10 forks source link

Wrong base url on 'Open Seq Alert' button #42

Closed sergiojrdotnet closed 10 months ago

sergiojrdotnet commented 1 year ago

Instance

image

Webhook

image

Versions

Seq 2022.1.7929

image

nblumhardt commented 1 year ago

Hi! I think this setting should be/may already be obsolete - Seq needs to know its base URL for a lot of functionality to work, and it provides this info through to the app.

If you're running in Docker, setting SEQ_API_CANONICALURI to the fully-qualified address of your Seq server will fix this.

On Windows,

seq config set -k api.listenUri -v "https://something"
seq service restart

will do it.

I'll loop back around to this and see if I can figure out what is going on in the app/whether and how the setting can be removed. HTH!

sergiojrdotnet commented 1 year ago

It was fixed after changing the api.listenUris config, thanks @nblumhardt I'll leave this issue open until the obsolete setting be removed.