Wrong base url on 'Open Seq Alert' button
sergiojrdotnet opened this issue · 2 comments
sergiojrdotnet commented
nblumhardt commented
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
It was fixed after changing the api.listenUris
config, thanks @nblumhardt
I'll leave this issue open until the obsolete setting be removed.