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
We have a template that prints a semantic map containing polygons.
When using the visual editor on a page containing this template, the initial AJAX request to /api.php?action=visualeditor&format=json&paction=parse... fails with this error:
Setup
Issue
We have a template that prints a semantic map containing polygons.
When using the visual editor on a page containing this template, the initial AJAX request to
/api.php?action=visualeditor&format=json&paction=parse...
fails with this error:This seems to happen because the parser instance used by
WikitextParser
returns null when callinggetOptions()
on it.I tried to create a simple example on the sandbox (https://sandbox.semantic-mediawiki.net/wiki/Test_Map_with_polygons) but could not reproduce the error.
The text was updated successfully, but these errors were encountered: