-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profile validation is throwing a lexicon error #20
Comments
I moved forward by removing the validation, like you did. Seems like the lexicon definitions are missing from the lexicon package. They are there in the repo, but can't find them in the dist folder when installing the library |
In
|
Riiight that makes sense. Why on earth is that not throwing for me. Okay the solution here is to copy the missing lexicons into the |
Turning off the profile validator in
src/routes.ts:191
seems to fix this:Otherwise it blows up in my OAuth callback every time I log in.
Things I have tried:
@atproto/lexicon
- (on latest version)npm run lexgen
- schema remains the sameThe text was updated successfully, but these errors were encountered: