-
Notifications
You must be signed in to change notification settings - Fork 5
[bug] The API urls still point to api.zotero.org #137
Comments
There is a file in
|
@justemu changing that value did nothing for me, however, I did a search with ack and also found (first line is always the file where the code below was found):
Changing this at least remove the call in the browser to the api.zotero.org, but alas, still no further on loading the page.
This seems to only be for testing, so not touching it for now:
Another candidate for why it might not be working:
In this file, some static IPs are being set. I will try to edit those of the container IPs, but this seems to be related to just the client.
Same here, probably what would be needed for building the correct client:
Wildcard-stuff from zotero. This seems fine though.
|
steps to reproduce:
The page failed to load completely, showing only the icon of zotero.
Please check out he screen shot above. And the problem should be that the zotero api failed to point to localhost. It still tries to fetch resource form api.zotero.org.
supplement to this issue, I have also checked the codes in config.inc. php . The setting of the base url of api seems correct.
The text was updated successfully, but these errors were encountered: