Error on deploy: Cannot read properties of undefined (reading 'addHttpRoutes')
Hi,
for a couple of hours (?) i'm unable to deploy due to this error:
Could it be something on Convex side?
2 Replies
what does your convex/http.ts look like?
a true wizard!
i'm disabling convex auth support (temporarily).
so i have
Now the error has changed to
InvalidAuthConfig: Hit an error while pushing:
I have auth.config.ts and auth.ts commented out...
How do i disable Auth to get rid of this error?
Thanks for your help!
never mind i just deleted auth.config.ts and it's now working again
thank you very much!