mimic-sussex / sema

Sema – A Playground for Live Coding Music and Machine Learning

Home Page:https://sema.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'new project' button doesn't work

chriskiefer opened this issue · comments

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

commented

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.

commented

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.