-
Notifications
You must be signed in to change notification settings - Fork 43
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
XLSX Converter: Save to File System does not save files #519
Comments
I am unable to reproduce this error. @Sphinx2071 could you provide some more details (operating system, version info, any log messages in the console?) |
Windows 11, version 23H2. ODK-X_ApplicationDesigner_v2.1.11. I reproduced by adding changes to the exampleForm as described in the in the https://docs.odk-x.org/getting-started-2-architect/#modifying-an-odk-x-application. @r0ssing
|
Thanks for the clarification. I seems the dev server doesn't support POST for some reason. |
I get a warning about deprecated API when running grunt, but nothing new when attempting to save to file system.
|
Save to File System returns 405 (method not allowed) when attempting to save updated formDef.json. This requires the user to manually save updated files or to run grunt xlsx-convert-all from the terminal to make changes to their forms.
The text was updated successfully, but these errors were encountered: