Wappler Version : 6.0.0 Beta 8
Operating System : Windows 10
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker
Expected behavior
What do you think should happen?
When deploying a new PostgreSQL service, creating a database, creating a user. Assign the user permissions to the new database. We should be able to create new tables.
Actual behavior
What actually happens?
When creating a new table and applying database changes I receive a permission error.
Database Changes Failed due to an error!
Error: create table “wappler_migrations” (“id” serial primary key, “name” varchar(255), “batch” integer, “migration_time” timestamptz - permission denied for schema public.
How to reproduce
- Detail a step by step guide to reproduce the issue
- A screenshot or short video indicating the problem
- A copy of your code would help. Include: JS, HTML.
- Test your steps on a clean page to see if you still have an issue
Create new project, create new PostgreSQL in docker on local or cloud. Create new table.
I cannot test on an earlier version such as 5.8.2 as I get the spinning loading bug when trying to load in anything with PostgreSQL that has been fixed in the beta version.
I’ve followed the same procedure I’ve done before with MariaDB without issues. If I am doing it wrong here please let me know.
Thanks