https://linen.dev logo
Join Slack
Powered by
# support
  • h

    hallowed-action-68720

    05/31/2021, 4:08 PM
    Hey guys, Why does Rudderstack store cookies on .rudderstack.com when using the Javascript SDK? There are cookies with identical names like rl_trait and rl_user_id which are stored on my domain as well as the rudderstack.com domain ?
    n
    l
    • 3
    • 5
  • n

    narrow-advantage-91205

    06/01/2021, 5:09 AM
    Copy code
    Please make sure you have the correct access rights
    and the repository exists.
    fatal: clone of 'git@github.com:rudderlabs/rudder-transformer.git' into submodule path '/home/ubuntu/rudder-server/rudder-transformer' failed
    Failed to clone 'rudder-transformer'. Retry scheduled
    Cloning into '/home/ubuntu/rudder-server/rudder-transformer'...
    <mailto:git@github.com|git@github.com>: Permission denied (publickey).
    fatal: Could not read from remote repository.
    I am gettng this error while runnng
    git submodule update
    n
    • 2
    • 1
  • n

    narrow-advantage-91205

    06/01/2021, 5:09 AM
    Can anyone help?
  • a

    alert-lighter-79965

    06/01/2021, 5:50 PM
    Hi there, I am using Rudderstack to mirror my Quickbooks tables to Postgres. I have all of the data in the S3 staging folders. But it doesn't create the corresponding postgres tables when I press 'sync'. I made sure the provided db user has the necessary permissions. Do I need to add an additional security group/IAM policy to allow for the S3->Postgres step?
    n
    • 2
    • 4
  • b

    big-autumn-76559

    06/01/2021, 9:11 PM
    hi, i'm running rudderstack in docker on a GCP VM instance, and just upgraded the instance to have more CPU, and now the ruderstack container is stuck on
    sh -c '/wait-for db:5432 -- /rudder-server'
    any ideas on what might be the problem?
    n
    • 2
    • 2
  • g

    great-dinner-65098

    06/02/2021, 2:05 PM
    I am unable to get the data into big query. Data flows into google cloud storage just fine though. Any suggestions?
    n
    t
    • 3
    • 26
  • r

    rhythmic-pizza-93292

    06/02/2021, 3:28 PM
    Hey team! I have a test and prod environment with Rudderstack sending data to BigQuery. I'm testing sending events from node. (
    identify
    calls more specifically ) In the test environment everything went smoothly, but in prod things are different. I noticed the identify calls I sent have
    user_id
    as null, but I can see from my logs that I did in fact send them. The test environment populates this field just fine. Any pointers on how to go about debugging this?
    n
    • 2
    • 26
  • c

    curved-spring-67371

    06/02/2021, 7:58 PM
    How can I change my workspace name?
    n
    • 2
    • 5
  • h

    hundreds-elephant-68667

    06/02/2021, 9:31 PM
    Hi there, I'm doing a PoC using Rudderstack Cloud. I've connected a few sources to send data over to BigQuery and all was working well. So I then added a JS source and the sync to BQ is failing. The data flowing into RudderStack seems good and the Service Account has appropriate permissions. I'm receiving this error on sync:
    Copy code
    Error -> 
    bigquery: constructing client: invalid character '*' looking for beginning of value
    
    Status ->
    fetching_remote_schema_failed
    Any ideas?
    n
    • 2
    • 2
  • a

    adamant-wire-23273

    06/03/2021, 1:27 AM
    @adamant-airplane-7907 I left on a comment on this PR but haven’t gotten a response yet. Can you take a look? https://github.com/rudderlabs/rudder-transformer/issues/503#issuecomment-851401793 https://github.com/rudderlabs/rudder-transformer/pull/518/files#r642399527
    a
    • 2
    • 1
  • m

    mysterious-winter-83192

    06/03/2021, 6:50 AM
    Hi We used Docker to work with Rudderstack and I am trying to set "warehouseSyncFreqIgnore = true" to have a real-time sync with Bigquery but I can't find the "config.yaml" file, how can I do it If I am using docker?
    n
    • 2
    • 1
  • b

    blue-teacher-27826

    06/04/2021, 12:39 AM
    Hi there, we've just migrated a Postgres Data Warehouse from Segment and are receiving a bunch of errors like this:
    Copy code
    2021-06-04T00:37:34.353Z        ERROR   PG: Error while preparing statement for  transaction in db for loading in staging table:rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb9736715c4a4961e: pq: column "context_app_namespace" of relation "rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb97" does not exist
    stmt: <nil>
    2021-06-04T00:37:34.353Z        INFO    PG: dropping table rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb9736715c4a4961e
    It looks like Rudder fails to create missing columns. I tried to create manually but it's quite a mess. Any solution? P.S. Docker install
    q
    • 2
    • 4
  • c

    creamy-garage-76199

    06/04/2021, 6:46 AM
    hello, how can i migrate database?
  • c

    creamy-garage-76199

    06/04/2021, 6:47 AM
    i am having this:
    Copy code
    2021-06-04T06:45:52.477Z        ERROR   runtime/panic.go:679    Could not run warehouse database migrations: Could not run migration from directory 'warehouse', Dirty database version 8. Fix and force version.
    2021-06-04T06:45:52.477Z        ERROR   runtime/panic.go:679    goroutine 36 [running]:
    <http://github.com/rudderlabs/rudder-server/utils/logger.(*LoggerT).Fatal(0xc000178d60|github.com/rudderlabs/rudder-server/utils/logger.(*LoggerT).Fatal(0xc000178d60>, 0xc0002c3120, 0x1, 0x1)
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/utils/logger/logger.go:264 +0x10b
    <http://github.com/rudderlabs/rudder-server/rruntime.Go.func1.1(0x1e778c0|github.com/rudderlabs/rudder-server/rruntime.Go.func1.1(0x1e778c0>, 0xc0005f2ba0)
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:42 +0x37f
    panic(0x174b080, 0xc0002b7d00)
            /root/.goenv/versions/1.13.8/src/runtime/panic.go:679 +0x1b2
    <http://github.com/rudderlabs/rudder-server/warehouse.setupTables(0xc0007e2000)|github.com/rudderlabs/rudder-server/warehouse.setupTables(0xc0007e2000)>
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:857 +0x127
    <http://github.com/rudderlabs/rudder-server/warehouse.setupDB(0xc0001e6aa0|github.com/rudderlabs/rudder-server/warehouse.setupDB(0xc0001e6aa0>, 0x96)
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:1010 +0xf7
    <http://github.com/rudderlabs/rudder-server/warehouse.Start()|github.com/rudderlabs/rudder-server/warehouse.Start()>
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:1024 +0xcc
    main.startWarehouseService(...)
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/main.go:74
    main.main.func5()
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/main.go:169 +0x21
    <http://github.com/rudderlabs/rudder-server/rruntime.Go.func1(0x1a98ce8)|github.com/rudderlabs/rudder-server/rruntime.Go.func1(0x1a98ce8)>
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:46 +0x81
    created by <http://github.com/rudderlabs/rudder-server/rruntime.Go|github.com/rudderlabs/rudder-server/rruntime.Go>
            /codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:32 +0x3f
  • c

    creamy-garage-76199

    06/04/2021, 7:26 AM
    can someone help?
    n
    • 2
    • 4
  • h

    high-afternoon-93414

    06/04/2021, 7:37 AM
    How do I attach transformation on a source ? Let’s assume I do have multiple sources pointing to the same destination and I want to attach to the event an attribute that gives me a little bit more context on the source.
    n
    • 2
    • 14
  • a

    adamant-wolf-85350

    06/04/2021, 6:48 PM
    Hello there, I am using the
    rudder-sdk-js
    npm module in my app and want to reduce the bundle size being imported. I am making this call
    rudderanalytics.requireIntegration("GA", function(object){console.log(JSON.stringify(object))})
    per this link https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk/javascript-sdk-enhancements#reduc[…]ration but I get
    rudder_sdk_js__WEBPACK_IMPORTED_MODULE_0__.requireIntegration is not a function
    Also, the imported bundle size is
    *node_modules/rudder-sdk-js/index.js* 672 KiB
    Appreciate any help here.
    n
    • 2
    • 2
  • g

    glamorous-lifeguard-30750

    06/04/2021, 7:25 PM
    Hello, I have a problem
  • g

    glamorous-lifeguard-30750

    06/04/2021, 7:25 PM
  • g

    glamorous-lifeguard-30750

    06/04/2021, 7:26 PM
    Can someone help me?
    n
    • 2
    • 6
  • g

    glamorous-lifeguard-30750

    06/04/2021, 7:26 PM
    This source is from Zendesk
  • f

    fancy-furniture-14690

    06/04/2021, 11:32 PM
    Hello, we have the Rudderstack Javascript SDK installed on our site - trying to understand what data it's passing through to Snowflake. Can you point me to a data dictionary or other documentation to help understand exactly what's populated in each column (ex:
    CONTEXT_APP_VERSION
    )
    n
    • 2
    • 1
  • l

    loud-energy-51805

    06/05/2021, 10:41 PM
    Hello, I am trying to deploy a self hosted version (in K8s). I have successfully deployed the image, but I am unable to create a JSON config file. Can i use the hosted version to create and export the config that my self-hosted version would use?
    n
    • 2
    • 5
  • m

    mysterious-winter-83192

    06/06/2021, 9:22 AM
    Hi We sat up a rudder stack docker image and the sync period is 10 s with big query. We wonder though, why the default setting in the control panel is 30 minuets? We noticed a similar approach with other tools too, is there a technical reason why real-time sync or 10 S period with big query is not advised?
    n
    • 2
    • 2
  • h

    happy-farmer-59927

    06/07/2021, 6:55 AM
    Hi, Is there any recommended size for EC2 instance (docker and self hosted setup) ?
    n
    • 2
    • 2
  • b

    billions-machine-81114

    06/07/2021, 11:37 AM
    Hey, We are trying to do a PoC about sending events from Segment by adding a webhook URL of Rudderstack to Segment's destination. But I am receiving errors for few calls on Segment which says
    Copy code
    Webhooks has responded with a 400 Bad Request error. This means that Webhooks has received the call, but considers the payload to be invalid.
    Who can I talk to understand this bit more and see what is valid/invalid?
    n
    • 2
    • 30
  • h

    high-afternoon-93414

    06/07/2021, 2:37 PM
    Question: is there any way in the google storage bucket destination to use some parameters in the prefix section ? Like the event type
    n
    • 2
    • 3
  • l

    loud-energy-51805

    06/07/2021, 6:09 PM
    Has anyone run RS through Docker and managed to find the Config Generator? I followed the Docker install guide and everything works but no Control Plane is hosted on :3000.
    n
    • 2
    • 6
  • n

    nutritious-policeman-55528

    06/07/2021, 6:24 PM
    any chance of getting this PR merged? I am running our deployment of rudder server with this ingress version successfully, and it is optional, so existing ones won't be impacted https://github.com/rudderlabs/rudderstack-helm/pull/25
    n
    • 2
    • 1
  • t

    thousands-fish-96344

    06/07/2021, 6:38 PM
    hello team! thanks for the support, I create this PR https://github.com/rudderlabs/rudderstack-helm/pull/28
    🙌 1
1...212223...127Latest