-
Notifications
You must be signed in to change notification settings - Fork 928
Firestore (9.0.0-beta.7): INTERNAL UNHANDLED ERROR #5287
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
Comments
Hi @Xstyler85, thanks for the report. I tried replicating, but I wasn't able to reproduce the error. I was able to get the doc list using The only difference is that I used the
|
Hi @jbalidiong, thank you for helping me. I created a fresh SvelteKit project with
I successfully get data from the Firestore but the same error in the terminal as before. Node version: |
I found a workaround by @sodatea
const config = {
kit: {
target: '#svelte',
vite: {
ssr: {
external: ['firebase']
}
}
},
};
export default config; Originally posted by @sodatea in #5140 (comment) |
Duplicate of 5140. |
Environment:
When I try to load documents from the firebase everything works, but in the terminal I got this error:
I'm creating a website with the SvelteKit and no matter how I query the database I always got that error.
This is my firebase.js
and this is my document.js
The text was updated successfully, but these errors were encountered: