File "require" not found when trying to connect to neondb database
Hello !
I tried neondb 2 months ago and i loved it. it worked fine until sundenly this errors appears, since i found no way to remove it.
(Please check the message.txt file attach to it)
The problems appears on the method
It basically uses Entity Framework's migrations and apply migration if some are not on the database. It seems like NpgSQL seems to get the certificate it tries to read a file named "require" for some reason ?
What i basically tried :
- Using another postgresql 15 database with sslmode=require, that works so that's not it
- Update/Reinstall Npgsql EFCore, still not working
- Restarting app and even recreated it.
- Running the project on another server, it does work but i really need this on the main server.
Still nothing worked. do you guys have any idea ?
thanks.
I tried neondb 2 months ago and i loved it. it worked fine until sundenly this errors appears, since i found no way to remove it.
(Please check the message.txt file attach to it)
The problems appears on the method
EnsureInitializedAsync here the implementation of this methods which is generic :It basically uses Entity Framework's migrations and apply migration if some are not on the database. It seems like NpgSQL seems to get the certificate it tries to read a file named "require" for some reason ?
What i basically tried :
- Using another postgresql 15 database with sslmode=require, that works so that's not it
- Update/Reinstall Npgsql EFCore, still not working
- Restarting app and even recreated it.
- Running the project on another server, it does work but i really need this on the main server.
Still nothing worked. do you guys have any idea ?
thanks.
message.txt3.93KB
