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
The url="" line in methods.py is adding a trailing slash to the endpoint URL, resulting in a 404 error for some queries (e.g., for a Fuseki server, http://localhost:3030/ogc-hosted/update works, but http://localhost:3030/ogc-hosted/update/ does not).
url=be_endpoint can be set as a workaround (although it seems a little redundant).
The text was updated successfully, but these errors were encountered:
The
url=""
line in methods.py is adding a trailing slash to the endpoint URL, resulting in a 404 error for some queries (e.g., for a Fuseki server,http://localhost:3030/ogc-hosted/update
works, buthttp://localhost:3030/ogc-hosted/update/
does not).url=be_endpoint
can be set as a workaround (although it seems a little redundant).The text was updated successfully, but these errors were encountered: