Error: Database schema does not match your app
I’m following a tutorial: Build a Simple Feedback Form but I got this error:
Appreciate help! I’m very new to Anvil. Thanks!
Error: Database schema does not match your app
I’m following a tutorial: Build a Simple Feedback Form but I got this error:
Appreciate help! I’m very new to Anvil. Thanks!
Hello @taleno.digital,
The table name in your app’s source code is different to the table name in the database schema.
This documentation explains the options available to you:
As you’ve renamed the table in your database, I would select “The schema of ‘Default Database’ is correct”.