"Syntax Error: Unindent does not match any outer indentation level" problem with custom code

Yes, tabs are not compatible with spaces in python.

If the problem is uplink scripts, then you can solve it by putting those in a different folder, as mentioned on the other post.

If the problem is that you opened one of the app files in vs and ended up with some tabs in it, then you need to convert the tabs back to spaces, because the Anvil ide would fight it back and add spaces.

1 Like