Each project using Prisma (and its query engine runtime) gets its own Firewall request
See original GitHub issueAs the query-engine-windows.exe
lives in node_modules
of each project, you have to “Allow Access” for each project you want to use Prisma in:
Maybe there is a way around this (maybe one can somehow request an “Allow” for all software that comes from Prisma?).
(You probably have to work on a non Admin account to get this permission prompt)
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Query engine (Concepts) - Prisma
Prisma's query engine manages the communication with the database when using Prisma Client. Learn how it works on this page.
Read more >App Firewall Settings - Prisma Cloud - Palo Alto Networks
WAAS inspects all HTTP requests sent to the application and protects against all types of injection attacks as well as local file inclusions....
Read more >How To Build a GraphQL API with Prisma and Deploy to ...
The resolvers will define the logic for handling those requests using in-memory data structures, which you will replace with database queries in ......
Read more >Prisma Cloud Compute API documentation version v1
All the example API commands in these documents specify a <CONSOLE> variable, ... token from the /api/v1/authenticate endpoint into the request header.
Read more >CNCF Landscape Guide
Organizations that have a cloud native project or product can submit a PR to request it to be added to the landscape. How...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is done. I did not encounter any Firewall prompts while using
introspect
andgenerate
on a new thing created viaprisma2 init
.Also no prompt when running https://github.com/prisma/prisma-examples/tree/prisma2/javascript/script
I cannot reproduce this anymore either on Catalina 10.15.2 🎉
I am closing this one. Please reopen a new issue if the problem persists for anyone.