But deploying to prod (on fly.io), I get this error ("Your app is having trouble loading the auth0_component.login_button component.")
The frontend code is correctly copied to the server, and I'm able to import the python module. Maybe it's a network issue? Does a new port need to be forwarded for a separate process serving the html/ javascript?
I can run this component in dev - works great!
But deploying to prod (on fly.io), I get this error ("Your app is having trouble loading the auth0_component.login_button component.")
The frontend code is correctly copied to the server, and I'm able to import the python module. Maybe it's a network issue? Does a new port need to be forwarded for a separate process serving the html/ javascript?
Any ideas? Thank you!!