onSnapshot not triggering in vercel for ReactJS project for Web Version 9
I am learning ReactJS and I am a beginner.
I am learning ReactJS and I am a beginner.
I have a page with tons of static assets (image, video, audio) which affects really bad the page performance.
This is not only a question, also an answer to my problem which took me a lot to resolve, I believe some devs will find it useful.
I’m using Nextjs and Tailwind for the css. I deployed to vercel since it’s optimized for Nextjs but my background images are not showing after deployment.
I made a react build with vite.js.
When building for production and testing on local host all is working fine. But when i deploy to Netlify or vercel routes that i created with react-router are not accessible via entering their url directly, but only from the main page (‘/’) via using the links inside of the application.
I am trying to publish a serverless web to vercel.
I want to use react-router and this works good on my computer but when I deploy it It doesn’t works
Can somebody help me?
My next.js app works on my machine and was working when deployed on Vercel but now it fails when building on Vercel with the following error:
I’m having a problem with Vercel platform, probably because I’m not using it right.
Trying a little hack here with cloud functions but can’t seem to figure out what the issue is.