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

"404 page not found" when connecting calendar #3

Open
stefanzugal opened this issue Jul 11, 2019 · 6 comments
Open

"404 page not found" when connecting calendar #3

stefanzugal opened this issue Jul 11, 2019 · 6 comments

Comments

@stefanzugal
Copy link

Hi,

thank you very much for the contribution! After locally fixing the bug from #1, I built and installed the plugin according to the installation instructions. After entering the OAuth Client ID, OAuth Client Secret and User, I tried to connect the calender using:
/google-calendar connect

Mattermost then generates a link - when I click on the link I get a "404 page not found" page.

Any ideas on what could be wrong here?

Best wishes,
Stefan

@netgineer
Copy link

I'm stuck in the same situation. All I can add is this line from the log file
{"level":"error","ts":1563970436.773755,"caller":"mlog/log.go:172","msg":"Access to route for non-existent plugin","missing_plugin_id":"google-calendar","error":"plugin not found: google-calendar"}

Tested on mattermost v5.9 and 5.13.1.

@waseem18 Is this plugin still in development or is it abandoned?

@waseem18
Copy link
Owner

I'll try to take a look at this sometime over this weekend.

This repo wasn't battle tested so I agree with the fact that there will be some issues here and there.

Thanks

@stefanzugal
Copy link
Author

Is there anything new on this issue? If wanted, I can try to investigate this issue (however, I am not a Mattermost expert, so I am not sure whether I can help here)

@aka9
Copy link

aka9 commented Nov 4, 2019

There is invalid link /plugins/google-calendar/ in source.
Collect link is /plugins/mattermost-google-calendar/

resp := getCommandResponse(model.COMMAND_RESPONSE_TYPE_EPHEMERAL, fmt.Sprintf("[Click here to link your Google Calendar.](%s/plugins/google-calendar/oauth/connect)", *config.ServiceSettings.SiteURL))

"id": "mattermost-google-calendar",

may be it is invalid too.

Address: fmt.Sprintf("%s/plugins/google-calendar/watch?userID=%s", *config.ServiceSettings.SiteURL, u.UserID),

@ybudimirov
Copy link

@stefanzugal
@e155753
Were you able to finish setup?

@stefanzugal
Copy link
Author

no, I am sorry - could not find the time to have a look at it.

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

5 participants