Peter Postmann
Peter Postmann
This fixed the error for me: ```TSX import { createRequestHandler } from "@remix-run/architect"; import * as build from "@remix-run/dev/server-build"; import type { ServerBuild } from "@remix-run/server-runtime/dist/build"; if (process.env.NODE_ENV !== "production")...
I couldn't get it run on a windows filesystem (`/mnt/c`), but this error didn't occure if run on a linux filesstem (`~/`)
Updated version
@samweisgamdschie I'm not using HE anymore, sorry!
It worked quite a while a back, but HE was changing their frontend and the way they do login quite some times. I strongly doubt that it will still work,...
@mr-jingles No, I havent found a way yet. I also contacted support > Vielen Dank für Ihre Anfrage. > > > wir haben einige Prozesse (teil-)automatisiert. Durch die Einführung von...
HE removed the login from KIS completely and create an SSO solution for all their products. I updated the login to the SSO page. They removed reCAPTCHA so the approach...
I found one more issue: We are not catching the case, where it's just the drive letter, i.e. ```file:///C:``` Do you want to make the whole part after the colon...
Hi, thanks for your feedback. Yes, I think it can be simplified, but it doesn't add a slash to every file uri which doesn't start with a slash: It adds...
Hi, I just updated the PR with the discussed changes