You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@zellwk if you're still having the env.SITE issue can you open a separate bug. I confirmed that we do have a test for this, so there must be something different about your setup. Thanks!
What version of
astro
are you using?1.0.0-beta.64
Are you using an SSR adapter? If so, which one?
No
What package manager are you using?
npm
What operating system are you using?
Mac
Describe the Bug
The RSS plugin throws an error that says "Cannot read properties of undefined (reading 'replace')" even when all necessary parameters are included.
I traced the error to
/rss/dist/index.js
. It looks likecreateCanonicalURL
was called either withouturl
orbase
.Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-f6teq2?file=package.json
Participation
The text was updated successfully, but these errors were encountered: