Recognizing Phoenix.Endpoint when using SiteEncrypt.
Would it be possible to recognize the endpoint if one is using SiteEncrypt?
The use statement is then use SiteEncrypt.Phoenix.Endpoint, otp_app: ... instead of the regular one. this causes packages like tidewave to not recognize the endpoint.
The use statement is then use SiteEncrypt.Phoenix.Endpoint, otp_app: ... instead of the regular one. this causes packages like tidewave to not recognize the endpoint.
4 Replies
Yeah we can add that to igniter core to make it understand that module
That would be great!
By "we" I mean the general "we" 😆 You'll need to open an issue or PR 😄
OMG lol yes, I'll look into it...