Skip to content
New issue

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

Conflicting "Make sure to adjust the generator configuration in the schema.prisma file:" error message #589

Closed
janpio opened this issue Sep 21, 2019 · 1 comment
Assignees
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug.
Milestone

Comments

@janpio
Copy link
Contributor

janpio commented Sep 21, 2019

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).

@pantharshit00 pantharshit00 added bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. labels Sep 22, 2019
@janpio janpio added this to the Preview 14 milestone Sep 27, 2019
@janpio janpio removed this from the Preview 14 milestone Oct 11, 2019
@janpio janpio self-assigned this Oct 11, 2019
@janpio janpio added this to the Preview 15 milestone Oct 11, 2019
@janpio
Copy link
Contributor Author

janpio commented Oct 11, 2019

As #585 was based on stuff breaking, and it does not any more, I can also not reproduce the double error message any more 🤷‍♀

@janpio janpio closed this as completed Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug.
Projects
None yet
Development

No branches or pull requests

4 participants