Cant run query and also cant access Table
Recently created a new project then try to run query from dashboard i can't run it, it throw Unknown Error and also cant access tables page
11 Replies
other-emerald•10mo ago
Hey! Sorry to hear that you're running into an issue. Are you still getting this error?
fair-roseOP•10mo ago
Yes
other-emerald•10mo ago
what query are you running? (if you don't mind me asking)
fair-roseOP•10mo ago
Default one
/*
In Neon, databases are stored on branches. By default, a project has one branch and one database.
You can select the branch and database to use from the drop-down menus above.
Try generating sample data and querying it by running the example statements below, or click
New Query to clear the editor.
*/
CREATE TABLE IF NOT EXISTS playing_with_neon(id SERIAL PRIMARY KEY, name TEXT NOT NULL, value REAL);
INSERT INTO playing_with_neon(name, value)
SELECT LEFT(md5(i::TEXT), 10), random() FROM generate_series(1, 10) s(i);
SELECT * FROM playing_with_neon;
other-emerald•10mo ago
Do you run into the same issue if you create a new project?
fair-roseOP•10mo ago
Yes , i deleted that project and created a new one still same
variable-lime•10mo ago
I am having the same problem
other-emerald•10mo ago
Hey! Do you mind sharing the bug report that it's in the console? I'll share it with our Product team
fair-roseOP•10mo ago
Hey when I created an AWS region this error occurred but on Azure it worked perfectly
automatic-azure•10mo ago
@Mahmoud I still have the same issue when creating a new project.
other-emerald•10mo ago
Thank you for sharing. I shared it with the team and they're looking into it
