
Hey hey! I have a function and I want to add a query parameter to it, but that gives me the following error, as if the query parameters are a route!
The requested route was not found. Please refer to the API docs and try again.
I'm using appwrite's auto generated URL and just adding a ?teams=3052 at the end of it
This is source code for the function I am using: https://github.com/unickorn/footcal/blob/main/functions/calendar/main.go
Recommended threads
- Google Sign In Long Delay From Yesterday
I am using google sign auth provider. everything was working as expected without any issue. But from yesterday, it takes too much time to login and some time fo...
- Date objects behaving weird
I've programmed an app that uses Date objects. Everything works perfectly in my local environment, but on my hosted version with Vercel, the times of the object...
- Login with google error, Error 400: redi...
Hi, when i login with Oauth2 , using createOAuth2Session( 'google', 'http://localhost:5173/', 'http://localhost:5173/' ); It give...
