projektwahl / projektwahl-lit

Software to manage choosing projects and automatically assigning people to projects.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Browserstack testing #353

Closed mohe2015 closed 2 years ago

mohe2015 commented 2 years ago

globalThis seems to be a problem on ~3 browsers

mohe2015 commented 2 years ago

I think the browserstack local proxy downgrades us to http1.1 and for that version the nodejs set multiple headers with same name is broken?

mohe2015 commented 2 years ago

or something even weirder because that seemed to have worked in chromium

mohe2015 commented 2 years ago

The chromium versions etc work so this is really weird

mohe2015 commented 2 years ago

REST API Reason:WebDriverError: java.net.SocketException: Connection reset by peer

yeah great error message when I'm not even using Java. (Chrome)

mohe2015 commented 2 years ago

For safari I think we need to build with esbuild in CI because the original files can't be loaded because of ...

mohe2015 commented 2 years ago

Probably make the CI tests as similar to production as possible so also use nginx

mohe2015 commented 2 years ago

and build a bundle of course. This should fix the apple tests