Hi John,
Could you explain what the meaning of "I was using https in my origin url, but my dev environment was using http."?
As per my understanding, do you mean that in your dev environment(would be a local machine),
the URL of event website is http://localhost:4200?
Now you want to deploy the event website to your public server, and HTTPS is enabled in your server(Apache or Nginx) setting.
so your "origin URL" with https is something likes: https://xxx.com.
If my guess would be right:
due to previously you only registered a web application for dev environment,
please create a new web application for your production event website/environment, replace Token and Endpoint token properties in environment.ts file with the new value.
Regards,
Clofly