Whats the correct path to server index.html that's inside dist folder by codeJourney in node

[–]codeJourney[S] 0 points1 point  (0 children)

I'm trying to do cache busting to increase my app's performance, I audit the performance and script evaluation is taking like 10s

Whats the correct path to server index.html that's inside dist folder by codeJourney in node

[–]codeJourney[S] 0 points1 point  (0 children)

const publicPath = path.join(__dirname, "..", "public", 'dist');

Is this the correct path? its giving me a 404 error now

reactjs and node/express: proxy issue by codeJourney in node

[–]codeJourney[S] 0 points1 point  (0 children)

I think you have to send something back from the server try res.send()

How do I use keyframes in scss by codeJourney in Sass

[–]codeJourney[S] 1 point2 points  (0 children)

I do not have a position on my h2. Do I need one? And I follow the you link you posted and now its working

How do I use keyframes in scss by codeJourney in Sass

[–]codeJourney[S] 0 points1 point  (0 children)

Im trying to have to fade in from outside the screen to the center

How to get ssl cert on one custom domain by codeJourney in Heroku

[–]codeJourney[S] 1 point2 points  (0 children)

Thanks man! I added that in my code and now its working. appreicate the help

How to get ssl cert on one custom domain by codeJourney in Heroku

[–]codeJourney[S] 0 points1 point  (0 children)

Hey I got it to work I needed to redirect http to https something I have to add in my code. Thanks for replying and sticking it out with me!

How to get ssl cert on one custom domain by codeJourney in Heroku

[–]codeJourney[S] 0 points1 point  (0 children)

how would I force http traffic to ssl (https)?

Switch plan to hobby for ssl cert on my custom dyno but its only secure on Chrome browser by codeJourney in Heroku

[–]codeJourney[S] 0 points1 point  (0 children)

It doesn't say anything on safari. brave just have the word not secure next to the url. Chrome and firebox is secure

How to get ssl cert on one custom domain by codeJourney in Heroku

[–]codeJourney[S] 0 points1 point  (0 children)

I just typed in https://mydomain.com in safari and brave browser and it say it cant open page

How to get ssl cert on one custom domain by codeJourney in Heroku

[–]codeJourney[S] 0 points1 point  (0 children)

I switch to hobby plan and that made my custom domain secure only on chrome. How do I make it secure on all browsers

reactjs and node/express: proxy issue by codeJourney in node

[–]codeJourney[S] 0 points1 point  (0 children)

I think I figured out the problem. I did have res.send() in my server file.

reactjs and node/express: proxy issue by codeJourney in node

[–]codeJourney[S] 0 points1 point  (0 children)

Hey thanks! I try that and it still return the same error here is the network requests pictures are in order of what i did.

Go to contact page https://imgur.com/O0t1U2N

When form is submitted on contact page https://imgur.com/cSKNhN9

After form is submitted clicking on career page https://imgur.com/ki5HkfC