Pushpaje
Pushpaje2w ago

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 .....
No description
21 Replies
ballingt
ballingt2w ago
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.
Pushpaje
PushpajeOP2w ago
"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.
ballingt
ballingt2w ago
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
Pushpaje
PushpajeOP2w ago
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
ballingt
ballingt2w ago
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
Pushpaje
PushpajeOP2w ago
"@convex-dev/auth": "^0.0.69",
ballingt
ballingt2w ago
that's the version in your package.json, I'm wondering what version is installed
Pushpaje
PushpajeOP2w ago
Now routes are working but can't able to login or signup
No description
ballingt
ballingt2w ago
What did you change, how did you fix the routes?
Pushpaje
PushpajeOP2w ago
this is the log after running this command npm list @convex-dev/auth
No description
Pushpaje
PushpajeOP2w ago
Exactly don't know how i tried to debug it and routes is working now
ballingt
ballingt2w ago
thanks
Pushpaje
PushpajeOP2w ago
But auth is not working signIn and signUp is not working any particular soln. for it ?
ballingt
ballingt2w ago
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
Pushpaje
PushpajeOP2w ago
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
Pushpaje
PushpajeOP2w ago
tried but getting some error
No description
Pushpaje
PushpajeOP2w ago
Hey, it worked It is working, thanks for your valuable time
Pushpaje
PushpajeOP2w ago
No description
Pushpaje
PushpajeOP2w ago
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.
erquhart
erquhart2w ago
Would you mind opening a separate post for the new question?
Pushpaje
PushpajeOP2w ago
okay

Did you find this page helpful?