Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Go to 'Caster Cockpick frontend'
Click on any 'Copy Action-Link' button
Paste copied link somewhere
See that euw instead of the webserver is used.
Expected behavior
Correct link is copied
Screenshots
If applicable, add screenshots to help explain your problem.
System:
OS: [e.g. iOS]
Node: [e.g. 16.4]
Prod Tool Version: [e.g. 1.3.0]
Observer Tool Version: [e.g. 1.0.0]
Streaming Software & Version: (If it is a problem while streaming or testing)
Browser: [e.g. chrome, safari]
Additional context
The problem here should be that in cockpit.js the server is used for the op.gg link generation but then in the html it is assumed that $server is the host like in all other copy cases.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior Correct link is copied
Screenshots If applicable, add screenshots to help explain your problem.
System:
Additional context The problem here should be that in
cockpit.js
the server is used for the op.gg link generation but then in the html it is assumed that $server is the host like in all other copy cases.