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
As i suspected before, this was not related to figgy directly. My phone number was being converted to integer by yml parser. I have put quotes around <%=....%> and it solved the problem.
Hey there,
This issue might not be related directly to figgy.
I am trying to add twilio phone number in a file, like so:
number: <%= ENV.fetch('TWILIO_PHONE', "+17878787878") %>
Figgy is eating my
+
from this string, when i use it like:AppConfig.twilio.number
it returns17878787878
without +. Which is strange.The text was updated successfully, but these errors were encountered: