tijgersoftware
08/04/2022, 10:23 AMred
08/04/2022, 2:59 PMregisin
08/04/2022, 4:59 PMJoyboy
08/04/2022, 5:43 PMTwisted Chaz
08/04/2022, 6:03 PMLukas V
08/04/2022, 6:46 PMconst writeData = async () => {
const { data, error } = await supabase.from('ingredientsjson').insert({
productName: newIngredient.productName
});
if (error) {
console.log(`${newIngredient.productName} document failed to write`);
}
};
writeData();
What is the reason for this, how can I even properly populate my database?maiikol1192
08/04/2022, 7:25 PMbent
08/04/2022, 7:37 PMselect credit, website from collaborators, "participations-in-collabs", collabs where collaborators.id = "participations-in-collabs".collaborator and "participations-in-collabs".collab = collabs.id and collabs.id = SOME VARIABLE
I tried
js
const {data, error} = await supabase.from('collabs').select(`
collaborators (
credit,
website
)`).eq('collabs.id', id);
but I'm getting the following error:
null {
code: 'PGRST108',
details: null,
hint: "Verify that 'collabs' is included in the 'select' query parameter.",
message: "Cannot apply filter because 'collabs' is not an embedded resource in this request"
}
regisin
08/04/2022, 8:19 PM#
instead of ?
(For example: http://localhost:8000/endpoint#error=unauthorized_client&error_code=401&error_description=Email+link+is+invalid+or+has+expired
)
Can I change somehow to be a valid query param url?Dillxn
08/04/2022, 8:31 PMSchneckchenAndy
08/04/2022, 9:11 PMlopezjurip
08/04/2022, 9:20 PMSELECT version();
cptCrunch
08/04/2022, 9:28 PMAlanK
08/04/2022, 9:53 PMDillxn
08/04/2022, 11:08 PMDomcario
08/05/2022, 2:08 AMNeedle
08/05/2022, 3:57 AM49Ryann
08/05/2022, 4:32 AM49Ryann
08/05/2022, 4:45 AMNeedle
08/05/2022, 4:51 AM49Ryann
08/05/2022, 7:12 AMcryptic
08/05/2022, 7:31 AMsupabase/postgres
running in k8s but every it starts, it fails and then says that I don't have permission to the directory. If I turn off persistent volume claims, it's fine. Any idea why?TheOnlyTails
08/05/2022, 10:18 AMJulien
08/05/2022, 10:32 AMJan Tennert
08/05/2022, 12:47 PMjson
{
"topic": "realtime:public:products",
"event": "access_token",
"payload": {
"access_token": "token"
},
"ref": null
}
Needle
08/05/2022, 1:08 PMdhruv_casa
08/05/2022, 2:34 PMCodeCo
08/05/2022, 3:15 PMKiteflow
08/05/2022, 3:31 PMgel
08/05/2022, 5:15 PM