pwa is runnable in development mode, but there is a CORS policy in Kaiten API which prevents browser to talk to api directly. I gotta build request interceptor that will intercept all the requests sent from webview and send them over simple http client.
pwa is runnable in development mode, but there is a CORS policy in Kaiten API which prevents browser to talk to api directly. I gotta build request interceptor that will intercept all the requests sent from webview and send them over simple http client.