You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to request https with servant-reflex on desktop build you will get:
CONSOLE ERROR TLS/SSL support not available; install glib-networking
CONSOLE ERROR XMLHttpRequest cannot load https://localhost:8080/auth/api/login due to access control checks.
file:///home/user/dev/project/admin/front/index.html:386:20: CONSOLE LOG h$wrapBuffer: not an ArrayBuffer
A JavaScript exception was thrown! (may not reach Haskell code)
h$wrapBuffer: not an ArrayBuffer
project-admin-front: JSException
I tried to to add overlay to add glib-networking into gtkwebview, but without any luck:
If you try to request https with
servant-reflex
on desktop build you will get:I tried to to add overlay to add glib-networking into gtkwebview, but without any luck:
The text was updated successfully, but these errors were encountered: