This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I am trying to export a project with SQLite to HTML5, however, despite having placed the * .db file in "Filters to export non-resource files/folders", it does not work and appearing on the console "Can't open file from path 'res://cahdb.db" during the export.

in Engine by (35 points)

Databases will typically lock themselves from outside access when they're being modified. Is the database open anywhere on your computer while you're trying to export?

Which SQLite add-on did you use? If you are using a GDNative add-on, you need to export to HTML5 with GDNative support enabled (which has some restrictions on supported browsers).

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.