astonishing-optician-71536
05/11/2023, 6:29 AMclean-rocket-46383
05/11/2023, 5:13 PMsquare-monkey-92722
05/13/2023, 4:56 PMsquare-monkey-92722
05/18/2023, 11:00 PMhappy-horse-32006
07/22/2023, 7:31 PM./scripts/admin.sh bootstrap
successfully. Not sure what to do next, tried to go to port 3000 but I get a 404 not found errorhandsome-nightfall-17848
09/20/2023, 4:15 PMlate-machine-77955
09/21/2023, 6:14 AMyarn workspace dashboard dev
yarn workspace dashboard dev
- ready started server on 0.0.0.0:3000, url: http://localhost:3000
nextConfig {
basePath: '/dashboard',
output: 'standalone',
pageExtensions: [ 'page.tsx', 'page.ts' ],
poweredByHeader: false,
reactStrictMode: true,
transpilePackages: [ 'isomorphic-lib', 'backend-lib' ],
eslint: { ignoreDuringBuilds: true },
swcMinify: true,
images: { domains: [ '*' ] },
redirects: [AsyncFunction: redirects],
experimental: {
newNextLinkBehavior: true,
instrumentationHook: true,
outputFileTracingRoot: 'D:\\dittofeed\\'
}
}
- warn You have enabled experimental features (instrumentationHook, outputFileTracingRoot) in next.config.js.
- warn Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
- event compiled client and server successfully in 34.7s (1653 modules)
- wait compiling...
- wait compiling /instrumentation (client and server)...
- event compiled client and server successfully in 2.1s (1692 modules)
yarn workspace api dev
113846 am - Starting compilation in watch mode...
113846 am - Found 0 errors. Watching for file changes.
[061144 UTC] INFO: Server listening at http//[1]3001
[061144 UTC] INFO: Server listening at http://127.0.0.1:3001
yarn workspace worker dev
INFO: Creating worker
options: {
"namespace": "default",
"identity": "7752@dushyant-semusi",
"useVersioning": false,
"shutdownGraceTime": 0,
"maxConcurrentLocalActivityExecutions": 100,
"enableNonLocalActivities": true,
"maxConcurrentWorkflowTaskPolls": 10,
"maxConcurrentActivityTaskPolls": 10,
"stickyQueueScheduleToStartTimeout": "10s",
"maxHeartbeatThrottleInterval": "60s",
"defaultHeartbeatThrottleInterval": "30s",
"isolateExecutionTimeout": "5s",
"workflowThreadPoolSize": 2,
"maxCachedWorkflows": 414,
"enableSDKTracing": true,
"showStackTraceSources": false,
"reuseV8Context": false,
"debugMode": false,
"interceptors": {
"activityInbound": [
null,
null,
null
],
"workflowModules": [
"D:\dittofeed\node_modules\@temporalio\worker\lib\workflow-log-interceptor.js"
]
},
"sinks": {
"defaultWorkerLogger": {
"trace": {},
"debug": {},
"info": {},
"warn": {},
"error": {}
},
"exporter": {
"export": {}
}
},
"connection": {
"nativeClient": {},
"referenceHolders": {}
},
"workflowsPath": "D:\dittofeed\packages\backend-lib\dist\src\temporal\workflows.js",
"activities": {},
"taskQueue": "default",
"maxConcurrentWorkflowTaskExecutions": 40,
"maxConcurrentActivityTaskExecutions": 100,
"shutdownGraceTimeMs": 0,
"stickyQueueScheduleToStartTimeoutMs": 10000,
"isolateExecutionTimeoutMs": 5000,
"maxHeartbeatThrottleIntervalMs": 60000,
"defaultHeartbeatThrottleIntervalMs": 30000,
"loadedDataConverter": {
"payloadConverter": {
"converterByEncoding": {},
"converters": [
{
"encodingType": "binary/null"
},
{
"encodingType": "binary/plain"
},
{
"encodingType": "json/plain"
}
]
},
"failureConverter": {
"options": {
"encodeCommonAttributes": false
}
},
"payloadCodecs": []
}
}
[051615 UTC] INFO: asset workflow-bundle-650cd1b2460507453d34.js 1.89 MiB [emitted] [immutable] (name: main)
[051615 UTC] INFO: runtime modules 670 bytes 3 modules
[051615 UTC] INFO: modules by path ../../node_modules/ 575 KiB 62 modules
[051615 UTC] INFO: modules by path ../backend-lib/dist/src/ 61.4 KiB
[051615 UTC] INFO: modules by path ../backend-lib/dist/src/temporal/ 1.49 KiB 2 modules
[051615 UTC] INFO: modules by path ../backend-lib/dist/src/integrations/*.js 21.8 KiB 2 modules
[051615 UTC] INFO: + 3 modules
[051615 UTC] INFO: modules by path ../isomorphic-lib/dist/src/ 50 KiB
[051615 UTC] INFO: ../isomorphic-lib/dist/src/resultHandling/schemaValidation.js 1.12 KiB [built] [code generated]
[051615 UTC] INFO: ../isomorphic-lib/dist/src/types.js 46.5 KiB [built] [code generated]
[051615 UTC] INFO: ../isomorphic-lib/dist/src/userProperties.js 2.39 KiB [built] [code generated]
[051615 UTC] INFO: __temporal_custom_payload_converter (ignored) 15 bytes [built] [code generated]
[051615 UTC] INFO: __temporal_custom_failure_converter (ignored) 15 bytes [built] [code generated]
[051615 UTC] INFO: webpack 5.76.2 compiled successfully in 7995 ms
[051615 UTC] INFO: Workflow bundle created
size: "1.89MB"
2023-09-21T051618.139874Z INFO temporal_sdk_core:worker Initializing worker task_queue=default namespace=default
[051618 UTC] INFO: Worker state changed
state: "RUNNING"
But Still i'm not able to see dashboard :
http://127.0.0.1:3001/
{
"message": "Route GET:/ not found",
"error": "Not Found",
"statusCode": 404
}
http://localhost:3000/dashboard
500 error
Please suggest.better-branch-89739
10/05/2023, 6:28 PMclean-rocket-46383
10/05/2023, 6:30 PMable-keyboard-28587
10/10/2023, 10:15 PMalert-minister-13173
11/28/2023, 4:32 AMmammoth-minister-44100
12/11/2023, 3:57 PMError: CREATE AS SELECT is not supported with Replicated databases. Use separate CREATE and INSERT queries.
The code in question is below:
https://github.com/dittofeed/dittofeed/blob/main/packages/backend-lib/src/computedProperties/computePropertiesIncremental.ts#L1957
https://github.com/dittofeed/dittofeed/blob/main/packages/backend-lib/src/segments/computePropertiesWorkflow/activities/computeProperties.ts#L261blue-ram-97427
12/13/2023, 2:38 PMblue-ram-97427
12/13/2023, 2:39 PMmammoth-minister-44100
12/13/2023, 4:21 PMorder_review
event with the property rating
and we want to trigger a notification only when Rating is 5
.square-monkey-92722
12/15/2023, 7:29 PMsquare-monkey-92722
12/15/2023, 10:11 PMjolly-lawyer-19768
12/18/2023, 8:11 PMSegment
and specified the conditions for my user to get there
• I created Journey where indicate that a welcome email is sent
• Then I send the event using the API (identify or track)
• My event is displayed in the Events
tab, but the email is not sent, also there is no error anywhere and what happened wrongable-church-57491
12/22/2023, 6:10 AMsquare-monkey-92722
12/22/2023, 6:10 AMsquare-monkey-92722
01/16/2024, 2:16 AM