epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.67k stars 380 forks source link

createToastHeaders not working in prod on fly.io #842

Closed TheAlexPorter closed 2 months ago

TheAlexPorter commented 2 months ago

Hey all, I'm having an issue where the sonner toasts aren't displaying in prod when using createToastHeaders. They do work locally. I've logged out the values in prod and can see the cookie is passed. I haven't changed anything from the starter. Any ideas what the issue might be?

TheAlexPorter commented 2 months ago

Update: The issue lies with Sonner itself. Styles aren't working correctly, so you have to copy them over yourself 👍 You can read more about it here.

kentcdodds commented 2 months ago

Would you be willing to open a PR for the fix?