termosa
termosa3w ago

Hi! Does anyone experiencing this

Hi! Does anyone experiencing this problem now? Cannot authenticate now, please try again later It fails on convex dev run
Analyzing and deploying source code...
✖ Error: Unable to push deployment config to https://foo-bar-123.convex.cloud
✖ Error fetching POST https://foo-bar-123.convex.cloud/api/push_config 400 Bad Request: InvalidModules: Hit an error while pushing:
Loading the pushed modules encountered the following
error:
Failed to analyze auth.js: Uncaught Error: Cannot authenticate now, please try again later
at <anonymous> (../../convex/auth.tsx:5:0)
Analyzing and deploying source code...
✖ Error: Unable to push deployment config to https://foo-bar-123.convex.cloud
✖ Error fetching POST https://foo-bar-123.convex.cloud/api/push_config 400 Bad Request: InvalidModules: Hit an error while pushing:
Loading the pushed modules encountered the following
error:
Failed to analyze auth.js: Uncaught Error: Cannot authenticate now, please try again later
at <anonymous> (../../convex/auth.tsx:5:0)
1 Reply
erquhart
erquhart3w ago
convex/auth.tsx looks suspect, are you running some sort of authentication function in a react component there

Did you find this page helpful?