getting this error when trying to set up
getting this error when trying to set up clerk and convex auth
5 Replies
@Fyzz what does your
convex/auth.config.js
look like?@Fyzz is it .js or .ts?
This should be
convex/auth.config.js
, it doesn't work if it's convex/auth.config.ts
That was it 🤦🏽♂️ oops
js but the name was wrong thank you for the help
It's a known problem on our side that we don't support files with dots in their names (outside of auth.config.js), but we currently don't handle this scenario well. Sorry about that!