Replies: 3 comments
-
Ah ok. I removed the usual healthcheck and made it a simple "OK". Anyhow could have done that and kept the app up. It is the main route that doesn't work. Will report back with what I can find the issue being. |
Beta Was this translation helpful? Give feedback.
-
Okay now I know where the issue is. Using Algolia and trying to implement this -> Part of component.
I'm not gonna past the rest of my actual other file because it is a lot, but I'll paste below the example from the link above:
I wonder if the issue is because But for now, just taking off the SSR stuff will get this to work |
Beta Was this translation helpful? Give feedback.
-
Yeah, I don't think algolia is capable of rendering on the server at all. You may need to do all algolia stuff in a *.client.tsx file and use ClientOnly from remix-utils to only include algolia in the client build. |
Beta Was this translation helpful? Give feedback.
-
Getting the following error. I am unsure how to start. My prisma is connected to plantescale, but I don't think this should be the main issue. Running in local dev and going to "/resources/healthcheck" returns an "OK". I tried making a new url for the planetscale DB and that didn't work either.
Anyone have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions