Cannot read properites of undefined (reading 'v')

What I’m trying to do:

This message pops up when attempting to merge my master updates to a specific branch.

What I’ve tried and what’s not working:

This branch is using the accelerated tables, but I don’t see anything wrong with that, as I created simple app and it had no problems merging between a branch with accelerated tables and without.

Has anyone ran into this before?

The Web Console is giving me the following internal server error:

Internal server error: 4f9a38757007

1 Like

I think I saw something like that when merging once previously (prior to the release of accelerated tables).

1 Like

Yeah, I am convinced that isn’t the issue as well.

1 Like

What’s your branch name? Does it include spaces or any other ‘odd’ characters?

2 Likes

I fixed similar case pulling the repository in my local machine then changing the name of the branch and finally pushing to the repository

1 Like

The branch is called “update_tables” I have another called “dev_master” so I dont think the name is the issue, unless there is a space I accidently put at the end of the branch name.

Just attempted this.

It didn’t work :confused: but thank you for the idea!

And if you try to merge to master in your machine and then push master to the repository?? Maybe that’s what I did to fix it

2 Likes

Thank you for spelling it out for me :sweat_smile:

You sir, are a saint.

1 Like