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
I am having trouble configuring Karma to proxy requests to particular files on the file system. IIRC, this used to work a few years ago but some Karma upgrade probably broke these. I have enabled debug level logging but it does not say much in the output.
This happens for a variety of files but here is my most recent issue:
Loading up http://localhost:9876/base/node_modules/msw/lib/mockServiceWorker.js works great. But the actual proxy http://localhost:9876/mockServiceWorker.js does not work and gives the following output (with debug level):
I am having trouble configuring Karma to proxy requests to particular files on the file system. IIRC, this used to work a few years ago but some Karma upgrade probably broke these. I have enabled debug level logging but it does not say much in the output.
This happens for a variety of files but here is my most recent issue:
Loading up
http://localhost:9876/base/node_modules/msw/lib/mockServiceWorker.js
works great. But the actual proxyhttp://localhost:9876/mockServiceWorker.js
does not work and gives the following output (with debug level):Is there a specific proxy configuration to use for files?
The text was updated successfully, but these errors were encountered: