Chisom Oguibe
Chisom Oguibe
Explore posts from servers
BABetter Auth
Created by Chisom Oguibe on 5/11/2025 in #help
Google Oauth + Expo
Just want to confirm if anyone has got Google oauth sign in working in production in expo 52. I know i've set it up correctly and oauth works fine locally. In prod, sign in just hangs after I select my google account
7 replies
XXata
Created by Chisom Oguibe on 10/5/2024 in #help
unable to execute start operation: pq: syntax error at or near ")"
I keep getting this error whenever I try to start a migration. This is my migration.json file: [ { "create_table": { "name": "org", "columns": [ { "name": "id", "type": "integer", "pk": true }, { "name": "clerk_id", "type": "integer", "unique": true, "nullable": false }, { "name": "slug", "type": "varchar(255)", "unique": true, "nullable": false }, { "name": "name", "type": "varchar(255)", "unique": false, "nullable": false, "default": "" } ] } } ] So clearly this CLI doesn't like the "varchar(255)" syntax. But the pgroll example all have this.
3 replies