-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Timeout just in the first load with Angular 18 and SSR #3551
Comments
@quedicesebas did you find anything about this ? |
did you get any solution ? |
same, did you find something? |
Same, working with firebase. Initially implemented |
All I did to end up with this error was to generate a new app and add AngularFire to it. I am starting to loose hope with the Angular Fire library, like really loose hope.. after using it for 5 years. |
Is working for me sometime ago, not sure why (maybe current 18 version). |
Same issue here in our Angular 18/Spring project. Worked previously in Angular 17 |
Version info
Angular: 18.0.5
Firebase: latest
AngularFire: 18.0.1
How to reproduce these conditions
Clone this minimal reproduction repository containing just a boostraped project that use Firebase to get the SEO data for a page:
https://github.com/quedicesebas/lacomanda-front
Sample data and security rules
I'm just loading the SEO meta tags info form firebase.
You just need to use this two documents:
brandDomains/lafocachera.co
{"brandId": "lafocachera"}
seoConfigs/lafocachera
{
"meta":
"card": "summary",
"description": "FOCACCIA Y PIZZA AL TAGLIO. Para llevar o DIRECTO A TU CASA",
"image": "https://lafocachera.co/assets/lafocachera/meta.jpg",
"type": "website",
"url": "https://lafocachera.co/"
},
"title "La Focachera - Domicilios MOSQUERA FUNZA Y MADRID"
}
Debug output
I got this just the first time. If I press F5, reloads well each consequent time.
Expected behavior
Should load the first-time without timeout
Actual behavior
Timeout the first load (in local and deployed to Firebase App Hosting also)
The text was updated successfully, but these errors were encountered: