Hello, I have a very unique issue. I hope that I c...
# orm-help
a
Hello, I have a very unique issue. I hope that I can find some answers here. I created a prisma server with docker. the port using is
Copy code
4466
. with my app, I set the port to here
Copy code
:4466/myapp/dev
when I go to the address in my browser and check the network section I get this (the image attached) The numbers increase and they dont stop. as you can see there is some kind of data being transferred at the bottom. this can go on forever... Does anyone have any idea as to why this is happening? it's honestly very frightening to me and I killed the prisma server. I have no clue how to fix this. thanks *EDIT: * I went ahead and created a post on the forum with more information. you can find it here https://www.prisma.io/forum/t/prisma-server-infinite-loop-problem/6480