Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Mobile can't login using Galaxy #117

Open
rbento1096 opened this issue Mar 2, 2024 · 0 comments
Open

[BUG] Mobile can't login using Galaxy #117

rbento1096 opened this issue Mar 2, 2024 · 0 comments

Comments

@rbento1096
Copy link
Collaborator

rbento1096 commented Mar 2, 2024

It seems a problem with the redirect from the back-end after getting the token.
It should also open the in-app capacitor browser when logging in (and opening other links) instead of opening safari

/back-end/galaxy.ts

const APP_URL = process.env.STAGE === 'prod' ? 'https://app.erasmusgeneration.org' : 'https://dev.egm-app.click';

// ...

const appURL = this.queryParams.localhost ? `http://localhost:${this.queryParams.localhost}` : APP_URL;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant