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
Both Convert-a-Card projects (Chinese and Urdu) break when one clicks 'Search', on Chrome, IE and FireFox, when logged in or not. The error is: "Internal Server Error: Uh oh, something's broken. We will fix it as soon as we can."
The text was updated successfully, but these errors were encountered:
This issue was checked by Prayank Kulshrestha from NIIT:
Error Cause and Analysis:
By clicking on the search button sends an ajax request to the backend (URL:https://backend.libcrowds.com/z3950/search/oclc/json). The request is being blocked due to the CORS policy. This happens usually on cross-domain requests.
We have checked the Ngnix web server configuration file at location /etc/Ngnix, we found two configurations files with name “Ngnix.conf” and “Ngnix.config_vm_test”.
In “Ngnix.conf” file, the required CORS policies are missing, where in “Ngnix.config_vm_test” file CORS policies are present. We are not sure that which configuration file is using by the Ngnix server. Ideally, Ngnix server should use “Ngnix.conf”, where CORS policy details are missing.
We have checked PyBossa Backend server setting and configuration files and we didn’t find any suspicious CORS setting in the backend server. Please find the attached for the same.
Next step: add required CORS setting in Ngnix.conf file.
Both Convert-a-Card projects (Chinese and Urdu) break when one clicks 'Search', on Chrome, IE and FireFox, when logged in or not. The error is: "Internal Server Error: Uh oh, something's broken. We will fix it as soon as we can."
The text was updated successfully, but these errors were encountered: