Calling a Go function with JSON string triggers a file load... why that? #857
Unanswered
Robert-M-Muench
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Here is the JS console output: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Please open a ticket with a reproducable example. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I have an HTML form where the submit function collects all inputs into a JSON string which I use as a parameter to my Go function. As soon as the Go function gets called, the console shows:
Which of course fails because such a file doesn't exist. Why is this triggering a file load at all?
Beta Was this translation helpful? Give feedback.
All reactions