Hello here. Am quite new to frappe and am running into all sorts of issues. First I installed it locally on my machine inited a bench, created a site and installed an app. In the interface I was able to create doctypes but I realized they were all checked as custom and the doctype file wasn’t being generated in the file directory in my vocode explorer. I double checked and found I was already in developer mode and the doctype was accessible each time I queried it in the database. But as such I couldn’t proceed to write any backend code or js because of the missing files.
In my next attempt I tried using frappe from within docker. But while the set up was running I was never prompted to enter a root sql password. Later I found a default one in a json file however when I visit the site it gives a 404 and also lists the site on the page…
Am confused how to proceed both methods have led to a different problems respectively… any insights would be nice.