I am BLOWN AWAY with the quality of the documentation! I discovered today the EXACT details for how to use the open source version of anvil on my digitalocean droplet. AMAZING!
I am now having a slight hiccup… I cant log in. The original usernames and passwords don’t seem to be remembered and because I have some conditions set up depending on users access I get a “TypeError: ‘NoneType’ does not support indexing” error thrown up, which also makes me think that none of the user data is coming over.
Should I remove user data? Is there a way to include it in the git? Am I missing something blindingly obvious?
I had the same problem with user logins - I am running my instance on AWS.
Yes - the data itself is not transferred - only the db schema. So you would need to create the users locally. There are ways of exporting the user table and importing it - but I just used the sign up link to create the new users.