firstlinestudio
firstlinestudio
I deleted the **node_modules** folder and removed everything from the root **package.json**. I then created a new set of dependencies. I now get a new error while trying to deploy:...
The project runs, when using `deploy --preview` but refreshing any page will result in an error: "Cannot GET URL /this/page". Using `npm run dev:ssr` the project runs as expected and...
@jasonbdt I found (A / THE) solution, but you may not like it. You'll have to do some downgrading so that all your dependencies can build properly. Here's what I...
@jasonbdt I'm sure that is what fixed my deploy issue, but it didn't not fix the project all together. I now have an issue with the SSR function not retrieving...
The project is back to working fully. `firebase-tools` was installed globally and locally (in the project). I removed the local package since that is not needed. I also had to...
Try adding this to your imports: `import '@angular/fire/firestore-protos';` That should pull in all the required Firebase files. You should also upgrade to Angular 7 / Firebase 9 for compatibility reasons....
> @firstlinestudio thank you for your replay! > > I'am downgrade my angular version to v12 and added `import '@angular/fire/firestore-protos';` > > `./server.ts:14:0-40 - Error: Module not found: Error: Can't...