We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See second code block in #585:
Make sure to adjust the generator configuration in the schema.prisma file: generator photon { platforms = ["native"] }
vs.
Make sure to adjust the generator configuration in the schema.prisma file: generator photon { provider = "photonjs" }
Also the first part is probably missing the provider part (same for third code block in linked issue).
provider
The text was updated successfully, but these errors were encountered:
As #585 was based on stuff breaking, and it does not any more, I can also not reproduce the double error message any more 🤷♀
Sorry, something went wrong.
janpio
timsuchanek
No branches or pull requests
See second code block in #585:
vs.
Also the first part is probably missing the
provider
part (same for third code block in linked issue).The text was updated successfully, but these errors were encountered: