philly-js-club / philly-js-club-website

The website for Philly JS. Powered by React, Remix, and TypeScript. 🔔✨
https://phillyjs.com
MIT License
9 stars 13 forks source link

🐛 Bug: Ad page doesn't seem to work in production #61

Closed chasenstark closed 6 months ago

chasenstark commented 1 year ago

Bug Report Checklist

Expected

I expected that https://phillyjs.com/ad?month=july&year=2023 would show the Ad page.

Actual

I got nope (month).

image

Additional Info

This works locally, not sure why it's not working in production?

RNR1 commented 1 year ago

Probably related to the CD pipeline; maybe @tjwds or @JoshuaKGoldberg will know better

JoshuaKGoldberg commented 11 months ago

Maybe this is a static site generation thing? That the site is being deployed as static pages, but this page inherently tries to be server-rendered based on params?