postgres table exists but it is throwing table not exists error. #13069
Replies: 1 comment
-
|
sry the database name is wrong, i got little bit confusion in database name. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error
Npgsql.PostgresException (0x80004005): 42P01: relation "public.last_stream_content" does not exist
2025-11-20.19-26-54.mp4
Issue :
In PgSql "public.last_stream_content" exists but when code was execute it is throwing error "public.last_stream_content" does not exist, i have no idea why.
Used Code.
Aspire AppHost
Sql-File
Client-Console-App
Method
Beta Was this translation helpful? Give feedback.
All reactions