Hi everyone!
I am writing because of an issue I'm experiencing when using zrok to forward an application running locally.
The application is correctly visualized through the zrok forwarded link, but when I try to interact with it ( it is a UI to collect and query data from ML experiments GitHub - aimhubio/aim: Aim 💫 — An easy-to-use & supercharged open-source experiment tracker.), I receive an error indicating that the data expected to be in JSON format is actually HTML. The exact error message is:
Unexpected token '<', "<html> <h"... is not valid JSON
This issue does not occur when accessing the application directly on the local network, where JSON responses are correctly received and parsed.
Previously, I used ngrok for the same scope and did not have this issues.
Here is also a snippet from the logs running zrok in verbose mode:
[sdk-golang/ziti/edge/network.(*edgeConn).Read: unexpected sequencer err (read timed out)]
Thanks in advance for any help!!