gdg-x / hoverboard

Conference website template
https://hoverboard-master.web.app
Other
1.1k stars 1.08k forks source link

Opening subroute before cache results in a "Not Found" error #924

Closed gregoriopalama closed 4 years ago

gregoriopalama commented 4 years ago

Replicating the issue is pretty easy. Opening a subpage through incognito mode (for example, https://BASEURL/team), the site gives out a "Not Found" error.

The under-the-hood behaviour is this one:

I'm currently trying to solve this, so I might come back with a solution soon.

cortinico commented 4 years ago

That's weird as I'm not able to reproduce on the DevFest Pisa website. Try to open incognito this: https://devfest.gdgpisa.it/team

Also the master deployment works fine: https://hoverboard-master.firebaseapp.com/team

abraham commented 4 years ago

Try building the web app and then deploying the functions again. I suspect the index.html file wasn't correctly copied to the functions deploy.

gregoriopalama commented 4 years ago

The issue is already solved with this commit: https://github.com/gdg-x/hoverboard/commit/041742424db5060c7c9a04f58799f9b9aae0acd3#diff-325fcb164a87c4ba23a1f0dab1460a1e.

Sorry, didn't notice it before opening this issue. I'm going to close it.