-
Notifications
You must be signed in to change notification settings - Fork 186
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
Nothing happens when clicking "accept" for accepting a project application #1829
Comments
spot the problem caused by the followed codes in auth.service.ts, but I don't know how to get the right access_token when using email login. ` // email signups do not readily return a usable JWT, so we need to grab
|
@SunyataZero which URL did you try ? That happens on DEV or PROD environment ? |
@felipealves-gnu Hi, it was in PROD (the live website). Not sure about the URL, haven't kept that data from when i tested, do you not get the same problem if following the steps to reproduce the problem? Kind Regards, Tord |
Hi i still have this problem, i get "EXCEPTION: JWT must have 3 parts" on firefox on my Lubuntu system. (Haven't looked at other browsers/systems) |
@SunyataZero can you send a print screen with this error happening on your browser, please ? |
@SunyataZero yes try with chrome. But before click on the button please go to 3 on the upper right side (on chrome) -> More tools -> Developer tools. You will see a bar on the bottom, so then you choose NETWORK (and check an option called "Preserve log") check the requests made after the click action. So copy and make a screen shot, please |
@felipealves-gnu I'm having the same problem on Chrome. Just installed it so there cannot be a chache problem (new OS, new installation of Chrome). Have you tested this yourself and it works for you? Here's the logs for Chrome: At reload of webpage: at-reload_app.code4socialgood.org-1530358201733.log At accept of application: at-accept_app.code4socialgood.org-1530358241213.log (Screenshot is same as above, in other words nothing happens except the graphical click response) Btw my OS is Lubuntu 18.04 64-bit (more or less the same as Ubuntu 18.04 64-bit) |
Now when i try to accept an application it gives me an error message in the upper right corner, but after i reload the page the application has been accepted On another note: I have looked at another issue and through that found that we need to update the auth0 and lock js lib versions. When i check the source i can see this:
But we need to upgrade to a later version. See this announcement for more info In short, if things are like they were in the other issue we may only need to upgrade the 10.8 and 8.8 to a newer version. Searching the code i think this is the only place where these libs are used: https://github.com/Code4SocialGood/c4sg-web/blob/master/src/index.html (But please check for yourselves of course, i don't have an understanding of the code for the project as a whole) |
Steps to reproduce:
Please note:
Console output:
The text was updated successfully, but these errors were encountered: