Can anyone please tell me why this is happening ?
It is working fine till yesterday but today it is giving this error it is failing every request everything is on loading .....
21 Replies
Did you change anything between yesterday and today? It looks like the HTTP route isn't there anymore.
What version of Convex and convex-auth are you using, and has that change recently?
If it was working yesterday it would be useful to know all the changes you've made between yesterday and today.
"convex": "^1.16.2", "@convex-dev/auth": "^0.0.69", these are respective versions
no i didn't change or update it
yes probably my one of the teammate might change something let me find out if he does or not.
Check out the HTTP endpoints in the dashboard (on the functions page) or look for whether you're still adding the http routes, like https://labs.convex.dev/auth/setup/manual#configure-httpts
Manual Setup - Convex Auth
Authentication library for your Convex backend
Error: {"code":"IdTokenExpired","message":"Expired: ID token expired at 2024-12-13 05:41:27 UTC (current time is 2024-12-13 18:25:18.050767935 UTC)"}
at ConvexHttpClient.action (file:///Users/pushpajekumar/Developer/projects/breezeway-21/.next/server/edge/chunks/ssr/b5275_convex_dist_esm7b76c9..js:4146:19) giving this error while login or signup
that looks like a different error, are the 404s solved now?
What version of convex-auth do you have installed? you can run
npm list @convex-dev/auth
to see"@convex-dev/auth": "^0.0.69",
that's the version in your package.json, I'm wondering what version is installed
Now routes are working but can't able to login or signup
What did you change, how did you fix the routes?
this is the log after running this command npm list @convex-dev/auth
Exactly don't know how i tried to debug it and routes is working now
thanks
But auth is not working
signIn and signUp is not working any particular soln. for it ?
Can you revert to a version where it was working? It sounds like some changes were made and it stopped working, do you use version control, can you see what changed?
Without seeing the code, and the changes that were made to make this stop working, it's hard to guess
I am using convex in my multiple projects and with diffrent accounts and constantly switching accounts like npx convex logout and npx convex login does it cause any problem to it ? but i don't think so because my other projects are working fine
tried but getting some error
Hey, it worked
It is working, thanks for your valuable time
I am using convex in multiple of the project and it is awesome.
just little bit of difficulties i am facing is....
I am currently developing a project that consists of two parts:
Web Admin Panel - Used for managing and overseeing the system.
Android App - The main application for end users.
The issue I'm facing is related to maintaining a shared codebase for these two platforms. Whenever I work on the react native app, the web admin panel starts throwing errors due to changes I make for the react native features or configurations. Similarly, if I focus on the web admin panel, the Android app encounters compatibility issues.
Current Approach:
To temporarily solve this, I find myself copying and pasting project files between separate directories for the web and Android versions. While this works in the short term, it is inefficient and error-prone.
one of the approach is using mono repo
but a part from this is their any other soln.
Would you mind opening a separate post for the new question?
okay