I have experienced some Internal Server Errors when trying to access the profile page during production on DEBUG=False settings. It seems that it's caused by the login redirect.
I expect the Internal Server Error on a /donation and on /buy-plan registered paths at websites urls.py because the payment intent is upgraded to the production-based keys, which are not in use. However, I'd like to investigate the production environment keys to make sure that everything is functioning well before the app is set live. Therefore, further investigation via testing is required to identify the invoking factors.
I have experienced some Internal Server Errors when trying to access the profile page during production on
DEBUG=Falsesettings. It seems that it's caused by the login redirect.I expect the Internal Server Error on a
/donationand on/buy-planregistered paths at websitesurls.pybecause the payment intent is upgraded to the production-based keys, which are not in use. However, I'd like to investigate the production environment keys to make sure that everything is functioning well before the app is set live. Therefore, further investigation via testing is required to identify the invoking factors.