Skip to content
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

Firebase to Supabase Migration SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing #24

Open
tiltmaster opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tiltmaster
Copy link

Hi,

I am getting an error of
Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing at parseServerFinalMessage (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\sasl.js:161:11) at Object.finalizeSession (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\sasl.js:72:31) at Client._handleAuthSASLFinal (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\client.js:262:10) at Connection.emit (node:events:513:28) at D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\connection.js:114:12 at Parser.parse (D:\supafirebase\firebase-to-supabase\node_modules\pg-protocol\dist\parser.js:40:17) at Socket.<anonymous> (D:\supafirebase\firebase-to-supabase\node_modules\pg-protocol\dist\index.js:11:42) at Socket.emit (node:events:513:28) at addChunk (node:internal/streams/readable:315:12) at readableAddChunk (node:internal/streams/readable:289:9)

when running node import_users.js user_dump.js 500 and im unable to import my firebase users, any help on this? i cant seem to find one discussion over this error.

@tiltmaster tiltmaster added the bug Something isn't working label Apr 24, 2024
@popmatik
Copy link

Did you fill out supabase.ts with your SUPABASE_URL and SUPABASE_KEY?

I think I remember seeing that error and I hadn't completed that file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants