freeCodeCamp / meeting-for-good

A meeting coordination app for your team
https://meeting.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
338 stars 113 forks source link

Getting blank page when trying to "View Details" of event #477

Open gregorywong opened 6 years ago

gregorywong commented 6 years ago

Issue

When I try to click "View Details" on an event that I've created, I get a blank page. When I open the console, there are some error messages.

Browsers used:

Operating system and version:

Additional Notes

I've run into this problem on both Chrome and Firefox. I've used incognito mode to make sure there's nothing in the cache that could be affecting it.

Steps to replicate (using Chrome)

  1. Go to the dashboard. Everything loads just fine. screen shot 2017-09-27 at 11 52 22 am

  2. Click "View Details" on the event.

  3. Nothing is displayed. There are some error messages in the console.

screen shot 2017-09-27 at 11 50 31 am

Steps to replicate (using Firefox)

  1. Go to the dashboard. Everything loads just fine.
screen shot 2017-09-27 at 11 55 40 am
  1. Click "View Details" on the event.

  2. Nothing is displayed. There are some error messages in the console. Note: The entire error message isn't shown as it doesn't fit on the screen.

screen shot 2017-09-27 at 11 56 36 am
jrogatis commented 6 years ago

Hey! @gregorywong tks for the detailed issue. Can you just copy/paste here the event url?

gregorywong commented 6 years ago

Hi @jrogatis , here's the event url: https://meeting.freecodecamp.org/event/59cb1e141f9aac1956bb5d1c

jrogatis commented 6 years ago

captura de tela 2017-09-27 as 09 20 10 it's working for me... Can you try to run the app locally and help us with more details about the bug ? @gregorywong ?

gregorywong commented 6 years ago

@jrogatis Sure, but it might take me some time to do that. I also tried replicating the issue, but I was only able to do it once (even though I created identical events). So I haven't been able to figure out what's causing the issue yet.

gregorywong commented 6 years ago

@jrogatis I'm afraid this might be beyond my ability, as I had trouble even just getting it to work locally.

I set up the Google API credentials, and was able to connect to Google: screen shot 2017-09-28 at 11 16 02 am

But after clicking "Allow", I get this: screen shot 2017-09-28 at 11 17 02 am

jrogatis commented 6 years ago

you need to set the callback at the google api http://localhost:8080/api/auth/google/callback @gregorywong

gregorywong commented 6 years ago

@jrogatis Do you mean on this page? It was already set. screen shot 2017-09-29 at 11 11 54 am