TOML Parser error

Hi I have a weird error. I don’t know how to handle it. TOML Parser error:
none:3373:1 error: invalid bare key character: ‘\0’
[[“/home/michael/.julia/environments/v1.6/Manifest.toml”]]
^
parse at toml_parser.jl:441 [inlined]
parse at TOML.jl:71 [inlined]
allprojects() at environments.jl:20
handlemsg(::Dict{String, Any}) at comm.jl:169
invokelatest(::Any, ::Any, ::Vararg{Any, N} where N; kwargs::Base.Iterators.Pairs{Union{}, Union{}, Tuple{}, NamedTuple{(), Tuple{}}}) at essentials.jl:708
invokelatest(::Any, ::Any, ::Vararg{Any, N} where N) at essentials.jl:706
(::Atom.var"#31#33"{Vector{Any}})() at task.jl:411

Calling import Pkg;Pkg.resolve() might create a new Manifest file.

Otherwise I would check the content of the mentioned manifest file with a text editor. There should be an invalid character somewhere.

I had a similar problem once with the manifest_usage.toml file. There a $ symbol messed up the parsing.

https://github.com/JuliaLang/Pkg.jl/issues/1681