mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning
https://sema.codes
MIT License
153 stars 51 forks source link

'new project' button doesn't work #367

Closed chriskiefer closed 2 years ago

chriskiefer commented 2 years ago

the button briefly turns red but nothing happens (signed in with github)

smilo7 commented 2 years ago

I think this should be fixed now, i have just tested again on my end. I have added a function trigger to the database when users are added to the auth table, to create a row in public.profiles.

For this to work on your account you can either recreate it or set a username and this will also create an entry on public profiles.

smilo7 commented 2 years ago

this is fixed in new version on develop branch. Was due to row in user table in database not being created on signup. function trigger in db has now been added.