-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend not sending data to backend #12
Comments
In Survey.vue, the /submit endpoint is triggered when the next activity button is called: Method: nextActivity1() Method: uploadZipData() Method: formatData(data) Method: sendRetry(url, formData, retries = 3, backoff = 10000) |
In SaveData.vue, the /submit endpoint is triggered when one of these buttons is clicked: Method: upload() Method: uploadZipData() Method: formatData(data) Method: sendRetry(url, formData, index, retries = 3, backoff = 10000) |
In App.vue, if the relevant section was not commmented out, the /submit endpoint would be triggered during the mounted() lifecycle hook: Method: axios.post(url, formData, config1) |
if as you say this executes: #12 (comment) what url is being called and if a url is called it should be sending data there. |
@satra I think my phrasing may have been a bit confusing--that analysis was just from reading the code. It does not appear to call a URL when actually running. |
No description provided.
The text was updated successfully, but these errors were encountered: