Samuel Antwi
Samuel Antwi
Any update on this issue? I am having the same problem using Nuxt3. The problem only happens in Safari. If I log in with email and password, it works fine...
Update Safari browser to the latest version. That might fix it for you. I did that and the issue was resolved.
I don't have migration file. This is the first migration command I tried to run and got that error. I haven't manually set up any storage for the project but...
> Hey @samuel-antwi, I'm running into the exact same issue. Did you find a solution? Thanks! Unfortunately not. I am just creating my tables in Supabase for now until we...
> Are you sure that running `prism migrate dev --name init` really directly outputs the error message you shared? > > It did not prompt you first to do a...
> Ok good, then this makes a lot more sense. > > The drift is detected because you get the schema via `db pull`, but then later try to use...
UPDATE: I managed to pause and unpause my project on Supabase to stop using the shadow database which we believe was the cause of this issue. Now after running prisma...
> ```diff > "path_tokens" TEXT[] GENERATED ALWAYS AS (string_to_array(name, '/'::text)) > ``` I added the storage to my schema array and run the migration command but got this error: Error:...
> > > ```diff > > > "path_tokens" TEXT[] GENERATED ALWAYS AS (string_to_array(name, '/'::text)) > > > ``` > > > > > > I added the storage to my...