Error creating database migrations when launching Django app

I just updated that post. I think the issue is related to CSRF_TRUSTED_ORIGINS. It should include the https:// so in the initial stage, before you have a dedicated FLY url,:

CSRF_TRUSTED_ORIGINS = [“https://*.fly.dev”]

1 Like