Open adendiamond opened 1 month ago
I got the same error message (telemetry error) with the same node version (but mac), except build worked
β€ YN0000: β Resolution step
β€ YN0000: β Completed in 0s 394ms
β€ YN0000: β Fetch step
β€ YN0000: β Completed
β€ YN0000: β Link step
β€ YN0000: β ESM support for PnP uses the experimental loader API and is therefore experimental
β€ YN0000: β Completed
β€ YN0000: Done with warnings in 0s 426ms
------------------------------------------------------------------
π²β‘οΈ Welcome to RedwoodJS! β‘οΈπ²
------------------------------------------------------------------
β Compatibility checks passed
β Creating your Redwood app in qetting based on command line argument
β Select your preferred language Β· TypeScript
β Do you want to initialize a git repo? Β· no / Yes
β Enter a commit message Β· Initial commit
β Do you want to run yarn install? Β· no / Yes
β Project files created
β Installed node modules
β Generated types
β Initialized a git repo with commit message "Initial commit"
Thanks for trying out Redwood!
β‘οΈ Get up and running fast with this Quick Start guide: https://redwoodjs.com/quick-start
Fire it up! π
> cd qetting
> yarn rw dev
Telemetry error
TT [OTLPExporterError]
at IncomingMessage.<anonymous> (file:///Users/stan/.yarn/berry/cache/create-redwood-app-npm-8.0.0-263acec24b-8.zip/node_modules/create-redwood-app/dist/create-redwood-app.js:147:72228)
at IncomingMessage.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
data: 'error code: 526',
code: 526
}
β Code cd qetting
β qetting git:(master) yarn install
β€ YN0000: Β· Yarn 4.4.0
β€ YN0000: β Resolution step
β€ YN0000: β Completed
β€ YN0000: β Post-resolution validation
β€ YN0086: β Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
β€ YN0000: β Completed
β€ YN0000: β Fetch step
β€ YN0000: β Completed in 0s 385ms
β€ YN0000: β Link step
β€ YN0000: β Completed in 0s 243ms
β€ YN0000: Β· Done with warnings in 0s 900ms
β qetting git:(master) rw info
System:
OS: macOS 14.3.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.17.0 - /private/var/folders/g7/0v2mwcd50dv822c6142lth1h0000gp/T/xfs-d839381d/node
Yarn: 4.4.0 - /private/var/folders/g7/0v2mwcd50dv822c6142lth1h0000gp/T/xfs-d839381d/yarn
Databases:
SQLite: 3.43.2 - /usr/bin/sqlite3
Browsers:
Chrome: 128.0.6613.120
Safari: 17.3.1
npmPackages:
@redwoodjs/core: 8.0.0 => 8.0.0
@redwoodjs/project-config: 8.0.0 => 8.0.0
redwood.toml:
[web]
title = "Redwood App"
port = 8910
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
includeEnvironmentVariables = [
# Add any ENV vars that should be available to the web side to this array
# See https://redwoodjs.com/docs/environment-variables#web
]
[api]
port = 8911
[browser]
open = true
[notifications]
versionUpdates = ["latest"]
β qetting git:(master) yarn rw build
β Generating Prisma Client...
β Verifying graphql schema...
β Building API...
β Building Web...
Creating 200.html...
Starting prerendering...
You have not marked any routes to "prerender" in your Routes.
Thanks for the issue report @adendiamond and @standuprey
I think there are two separate things going on here.
We're aware of the telemetry issue and @Josh-Walker-GM is in charge of sorting that out. We just wanted to focus on getting RW v8 out first π
I'll ask @callingmedic911 to take a look at the path issue
What's not working?
Same as title. When I move my app to the root C:/, it builds fine.
How do we reproduce the bug?
Below is my terminal I/O for creating a RedwoodJs app and trying to build it with a space character in the file path:
And here is the I/O for yarn rw build, building the same app from C:/:
What's your environment? (If it applies)
Are you interested in working on this?