Replies: 5 comments 5 replies
-
|
Hi @jvanster, we added a troubleshooting section on the storing data page. Take a look and let us know if anything works. If not, please give us more details about your specific survey and we can help troubleshoot. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, I've double checked all my credentials and it doesn't seem to be that. I went through the troubleshooting and didn't see anything wrong. I've created my survey and was able to deploy it to shiny and it works really well. So the only issue is connecting it to Supabase. I did just get a new MacBook Pro. Is there any other developer tools or anything like that I might need to install? Or do Macs have some security protocols I'm not aware of? I've tried it on a few different networks and it doesn't seem to be that. |
Beta Was this translation helpful? Give feedback.
-
|
So I'm trying to connect via the sd_db_connect() in R Studio and here is the message I get. Here's what my .env file says for the settings (I didn't include my password) Database connection settings for surveydownSD_HOST=aws-1-us-east-2.pooler.supabase.com Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
|
adjusted a few more settings. I was able to connect by adjusting the gssencmode input value. in my app.R file I have:
|
Beta Was this translation helpful? Give feedback.
-
|
OK I located the problem. In our design, the Here is the system message: So @jvanster and @rciez2125 , could you do me a favor and try it out? If you have some time, please install this latest version: pak::pak("surveydown-dev/surveydown@v0.13.4-gssencmode-fix", ask = FALSE)With this new version, in your app.R file, just call the Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I followed all the steps to try and connect my survey to supabase, but I'm getting the following error. Any suggestions on what to try? Thanks for any help!
! Failed to connect to the database:
connection to server at "aws-1-us-east-2.pooler.supabase.com"
(3.148.140.216), port 6543 failed: server closed the connection
unexpectedly This probably means the server terminated abnormally
before or while processing the request.
Beta Was this translation helpful? Give feedback.
All reactions