When launching angular and flask locally for development / testing, the backend should generate password reset links pointing to localhost:5000 and not to api.tracemap.info.
If possible we should solve this by maintaining / referencing a global environment variable in .env (e.g. API_URL).
When launching angular and flask locally for development / testing, the backend should generate password reset links pointing to
localhost:5000
and not toapi.tracemap.info
.If possible we should solve this by maintaining / referencing a global environment variable in
.env
(e.g.API_URL
).