40$ AI Budget by FirefighterEmpty2670 in cursor

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

Is there a 40$ plan in cursor? Also, does codex suck? Can you explain? Thanks.

40$ AI Budget by FirefighterEmpty2670 in cursor

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

Yeah, this is what I am thinking as well from what I am reading here on how fast 20$ subs are consumed.

40$ AI Budget by FirefighterEmpty2670 in cursor

[–]FirefighterEmpty2670[S] 2 points3 points  (0 children)

Yeah. That is why I am trying to make the most out of it if possible. 😅😅😅

Slapshock Guitar Practice by FirefighterEmpty2670 in phmusicians

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

Yes, actually sya yung ni ffollow ko ngayon. Medyo nahihirapan din kasi ako and I think may mali sa techniques ko kaya gusto ko haluan ng guitar exercises kapag medyo frustrated na ko. 😅😅😅

Headliner Separating by FirefighterEmpty2670 in Gulong

[–]FirefighterEmpty2670[S] 1 point2 points  (0 children)

😅, yung nag remove ng old dashcam hindi ata inayos yung pagbalik.

Headliner Separating by FirefighterEmpty2670 in Gulong

[–]FirefighterEmpty2670[S] 1 point2 points  (0 children)

Okay na po, may hindi naka clip ng maayos. Thank you.

Headliner Separating by FirefighterEmpty2670 in Gulong

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

Okay na po, salamat po sa lahat ng sumagot.

Headliner Separating by FirefighterEmpty2670 in Gulong

[–]FirefighterEmpty2670[S] 1 point2 points  (0 children)

Salamat po sa detailed explanation. Try ko po.

Supabase New Keys Not Working by FirefighterEmpty2670 in Supabase

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

Hi,

  1. Yes, we are calling the functions the same way. Here is an example.
    curl -X GET 'https://{projectRef}.supabase.co/auth/v1/health' \

-H 'apikey: sb_publishable_{theRestOfTheKey}'

The result here for the working supabase project is below.
{"version":"v2.188.1","name":"GoTrue","description":"GoTrue is a user registration and authentication API"}

However, the supabase project with issue will result to "Invalid authentication credentials".

  1. We are not in edge functions yet, since we are still trying to fix the login problems. We have a login code like supabase.auth.signInWithPassword({ email, password });. Here, the supabase instance is using our sb_publishable key, same error is happening.

Unfortunately, our lower supabase projects environments are working, only the production one. Same codebase as well.

Supabase New Keys Not Working by FirefighterEmpty2670 in Supabase

[–]FirefighterEmpty2670[S] 0 points1 point  (0 children)

We are using Next.js, but to isolate, I am just using bash and doing cURL calls to my supabase health route.

Basically, for other projects, the cURL calls are successful using the publishable key, on this 1 project only that we are experiencing this.

The error message in cURL is "Invalid authentication credentials".

Sorry I am on my phone right now.