@sendgrid version
Which version of @SendGrid works best with Wasp version 0.16.5?
5 Replies
Hi @CharlesO. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
I'm sorry, but the knowledge sources do not specify which version of the @sendgrid package works best with Wasp version 0.16.5. The available documentation and community discussions only describe how to configure SendGrid as an email provider in Wasp and how to set up the API key, but they do not mention a specific @sendgrid npm package version or compatibility details for Wasp 0.16.5 or any other version. If you need this information, I recommend checking the official Wasp documentation or reaching out to the Wasp community for the most up-to-date guidance on package compatibilityUsing the SendGrid Provider.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @CharlesO, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
Hey @CharlesO, you don't need to specify anything or worry about that, Wasp takes care of that dependency for you.
That said, FYI, Wasp uses the newest version of Sendgrid backwards compatible with 7.7.0.
Let me know if I misunderstood the question 🙂
Thanks, v7.7.0 worked. Another issue, after logging in or completing a form, there is no session or authentication cookie. So, saving data collected with a form always issuing "not authenticated ",
@miho mind taking this one while I'm out
?
Wasp doesn't use cookies for auth, it uses a JWT token stored in
localStorage
🙂
Could you explain what you are doing in more details so we might help you out with it?