I have genuinely no idea what this means. ``` Intr...
# orm-help
a
I have genuinely no idea what this means.
Copy code
Introspecting based on datasource defined in prisma/schema.prisma …
Oops, an unexpected error occured!
[/rustc/04488afe34512aa4c33566eb16d8c912a3ae04f9/src/libcore/str/mod.rs:1942:47] byte index                                                                1 is out of bounds of ``
l
Looks like a bug in the Prisma Rust code. I'm not very familiar with Rust, but I think this means that they try to access the second element (index 1) of an empty string.
r
Hey @Alex Reyne 👋 Could you share what steps are you following when you got this error?
Also it would be great if you could set this environment variable
DEBUG=*
before you run the steps to get a better idea as described here.
j
It looks like an issue already exists but there is no reproduction yet so if you could give us more info it would be awesome! https://github.com/prisma/prisma/issues/3126