-
Notifications
You must be signed in to change notification settings - Fork 23
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
[Feat]: Update DB Records #70
base: main
Are you sure you want to change the base?
[Feat]: Update DB Records #70
Conversation
5edd814
to
f7c8f93
Compare
added help created update record modal added info fectch of selected db
f7c8f93
to
8febf8d
Compare
Hey @devanshkansagra I've started doing this, but stopped in between, as per discussion, if you are interested, you can take this up and try implementing as you wanted to learn rc app s development. Thanks |
Okay @Spiral-Memory, good to go with this |
Hey @Nabhag8848, can you help me to set this app locally if you are available? I have followed the steps to setup this app locally according to the readme file and when I do At the end I am getting this error I have also set the client id and client secret from notion to the app and also added this webhook URI to the notion public integration |
@devanshkansagra can you try following:
you can try logging in this file and see what goes wrong if that doesn't work: https://github.com/RocketChat/Apps.Notion/blob/main/src/endpoints/webhook.ts can you open a issue about this, ping me in that issue around what you found out, will reply as early as I can, Thanks ! |
Sure, Happy to work with you 😊 |
@devanshkansagra more things to make sure:
https://github.com/RocketChat/Docker.Official.Image/tree/main/7.1
|
Hey @Nabhag8848, I tried using ngrok and also downgrading the version of rocket chat to v6.13 but still the error exists. and also I have gone through the code and the output and find out that webhook url is not working properly if you use the webhook url in the browser it redirects and give this window output and I found out when I add the client id and client secret and save the changes the button is just loaded and I need to refresh the page to view the change. |
also I do not have knowledge of docker so I don't know how to use that and run the rocketchat so I didn't went through that approach you mentioned
Tried this also |
This is expected, @devanshkansagra . |
which code? |
See, the connection with Notion is like OAuth. When you provide a redirect URI in Notion, it redirects to the Rocket.Chat webhook URL along with a code query parameter. The Notion RC app then looks for this parameter to connect. If the query parameter is missing, it will fail and render the error screen. |
@devanshkansagra have you setup rc core repo for running apps ? if yes, instead use docker compose, do some chatgpt on how to run that Dockerfile, though its already mention in readme. there would be a way to run apps on core repo setup but requires more actions to run which isn't recommended. |
Actually I have both setup one is the snap version of rocketchat server and the core repo of rocketchat. I have downgraded the corerepo to v6.13 and still the error exists |
The snap version of rocketchat server is running because of running EmbeddedChat, I have decent resources on my laptop and rocketchat core repo is very heavy it consumes a lot of memory resources so.. |
Issue(s)
CLOSES #69