DEV Community

Vicente G. Reyes
Vicente G. Reyes

Posted on

1

join() argument must be str, bytes, or os.PathLike object, not 'NoneType' with Django

I'm running into an issue on my Django app. The issue is when I click on Add a Record the app returns the error: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' but it shouldn't since I'm not doing any joining in my code. The view for…

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay