Taylor
06/14/2021, 8:25 AMTaylor
06/14/2021, 8:25 AMBassel Alesh
06/28/2021, 2:22 PMThis error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason:
When I first launch it I have no issues, but after I make a modification to the DB by creating a new entry for example, I see this issue and have to restart Prisma Studio to see my data again. Here is the rest of the error message (I am deploying this as a AWS service):
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'fields' -> object with constructor 'Array'
| index 0 -> object with constructor 'Object'
| ...
| index 0 -> object with constructor 'Object'
--- property 'type' closes the circle
at JSON.stringify (<anonymous>)
at serialize (/usr/local/lib/node_modules/prisma/build/index.js:131814:17)
at HTTPNodeTransport.respond (/usr/local/lib/node_modules/prisma/build/index.js:131829:34)
at /usr/local/lib/node_modules/prisma/build/index.js:140730:29
at processTicksAndRejections (internal/process/task_queues.js:97:5)
Moray Macdonald
07/20/2021, 3:45 PMMoray Macdonald
07/22/2021, 1:07 PM/app/start.sh: line 4: 7 Killed /app/bin/prisma-local
No log level set, defaulting to INFO.
[INFO] {} - Starting...
[INFO] {} - Start completed.
[INFO] {} - Starting...
[INFO] {} - Start completed.
[INFO] {} - Shutdown initiated...
[INFO] {} - Shutdown completed.
[INFO] Initializing workers...
[INFO] Obtaining exclusive agent lock...
[INFO] Successfully started 1 workers.
[INFO] Obtaining exclusive agent lock... Successful.
[INFO] Deployment worker initialization complete.
Server running on :4466
[INFO] {} - Starting...
[INFO] {} - Start completed.
The query is filtering rows from a table with 80 columns and ~45k rows, the widest table in the application but by no means the longest.Moray Macdonald
07/22/2021, 1:21 PMMoray Macdonald
07/22/2021, 1:22 PMLars Ivar Igesund
07/22/2021, 4:25 PMMoray Macdonald
07/22/2021, 4:44 PMdocker stats
and hoping I catch it! The container has 8GB available and normally usage is 1.5-2GB, so something must be very wrong if it is running out!Ali
07/26/2021, 1:19 PMBenni
07/28/2021, 5:22 AMds_prisma | qemu: uncaught target signal 11 (Segmentation fault) - core dumped
ds_prisma | /app/start.sh: line 4: 14 Segmentation fault /app/bin/prisma-local
ds_prisma exited with code 139
I don't know if there is a possibility to self recompile the image on another machine to run on arm64 or what is the problem, but it would be sad if this is the only thing which stops me using this laptop.
Thanks in advance for every help 🙂Kevin O'Neill
08/04/2021, 11:22 PMLars Ivar Igesund
08/12/2021, 7:38 AMegor guscha
08/13/2021, 5:35 AMhttps://prisma.slack.com/files/U02AKNRC0P9/F02BD42B2C9/image.png▾
Moray Macdonald
08/13/2021, 10:24 AMprisma deploy
, neither of which makes a difference. Nothing has changed in our hosting/network configuration. This has taken our application down completely and no indication of why. HELP.
https://prisma.slack.com/archives/C0152UA4DH9/p1626795907030200
https://prisma.slack.com/archives/C0152UA4DH9/p1626959263035200Raywat Grajangduang
08/23/2021, 1:51 PMinlightmedia
08/24/2021, 4:07 PMinlightmedia
08/24/2021, 8:11 PMinlightmedia
08/25/2021, 7:13 PMprisma# prisma1 export
Warning: The `prisma1 export` command will not be further developed in the future. Please use the nativeexport features of your database for these workflows.
More info here:
MySQL: <https://dev.mysql.com/doc/refman/5.7/en/mysqlimport.html>
Postgres: <https://www.postgresql.org/docs/10/app-pgrestore.html>
Downloading nodes 2028ms
Downloading lists 45ms
Downloading relations !
▸ [object Object]
Get in touch if you need help: <https://slack.prisma.io>
To get more detailed output, run $ export DEBUG="*"
(node:1773) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated
(Use `node --trace-deprecation ...` to show where the warning was created)
prisma# ls
datamodel.graphql enums.graphql prisma.yml relations.graphql types.graphql
Lars Ivar Igesund
08/30/2021, 7:27 AMinlightmedia
09/09/2021, 11:39 PMprisma export --path
or prisma export --export-path
for 1.30.5? The documentation conflicts with itself.inlightmedia
09/11/2021, 5:31 AMLars Ivar Igesund
09/11/2021, 6:10 AMkhareta
09/11/2021, 7:25 AMBenni
09/22/2021, 7:50 AMLars Ivar Igesund
09/30/2021, 1:16 PMLars Ivar Igesund
09/30/2021, 2:24 PMMoray Macdonald
10/11/2021, 2:38 PMqemu: uncaught target signal 11 (Segmentation fault) - core dumped
/app/start.sh: line 4: 13 Segmentation fault /app/bin/prisma-local
prisma exited with code 139
I'm running on a Mac with an M1 processor if that makes a difference. I've tried adding platform: linux/x86_64
to the compose file, which hasn't done anythingMoray Macdonald
10/12/2021, 7:43 AMNachiket Patel
10/13/2021, 10:43 AM