robiningelbrecht / strava-activities-template

This repository contains template code to generate your own Strava statistics pages
MIT License
24 stars 0 forks source link

404 when building HTML version #328

Closed dace93 closed 9 months ago

dace93 commented 9 months ago

Hello Robin,

I wanted to drop a quick note to say kudos on the awesome project! The documentation is super noob-friendly, which is exactly what I needed.

I'm running into a hiccup, though. When I try to build the app with Vercel, it throws a 404 error. Any ideas on what I might have missed or done wrong?

Also, I couldn't find details on how to actually display the data in the markdown. Can you point me in the right direction?

Thanks for your help!

robiningelbrecht commented 9 months ago

Hi @dace93 , thanks for your kind words!

The markdown version will automatically appear on your repository homepage when all activities have been imported. If you have a lot, this might take a few days.

In vercel, did you configure your root directory like this?

image
robiningelbrecht commented 9 months ago

Also, vercel will only start working when all your activities are imported, again, depending on how many you have, this might take a few days...

dace93 commented 9 months ago

Hi @dace93 , thanks for your kind words!

The markdown version will automatically appear on your repository homepage when all activities have been imported. If you have a lot, this might take a few days.

In vercel, did you configure your root directory like this? image

Yes, I've configured it like in your screenshot. According to statshunters I have over 4200 activities. I will play the waiting game! 👌

Thanks!

robiningelbrecht commented 9 months ago

@dace93 I'm going to close this issue. Feel free to open new issues when needed