Hi jake, I had a website hosted on a raspberry with apache with html, css, js. It's amazing to see how the technology has advanced in those few years. I find python to be a little more intuitive for me. I'm trying to follow your tutorials step by step (without copying/pasting from github) to better memorize all the commands and steps needed. I'm having a problem with the users saved into the database, I have registered 2 users, but at the end of the login the dashboard option doesn't appear. I've seen that when a user is created the default id is NULL in the database, so I tried to insert a number on one of the 2 users, and it worked. So how it is that the id is inserted null at the moment of user creation? From your video everything seems to work right without further modifications.
Hey Laku, So happy you’re enjoying the tutorials! Hosting on a raspberry pi is amazing and a great idea! Could you confirm what your init_db function looks like? Also, it might be easier to find the specific issue if you join the discord in the description. No pressure though if you’d prefer to chat here :)
Hi jake, I had a website hosted on a raspberry with apache with html, css, js. It's amazing to see how the technology has advanced in those few years. I find python to be a little more intuitive for me.
I'm trying to follow your tutorials step by step (without copying/pasting from github) to better memorize all the commands and steps needed.
I'm having a problem with the users saved into the database, I have registered 2 users, but at the end of the login the dashboard option doesn't appear. I've seen that when a user is created the default id is NULL in the database, so I tried to insert a number on one of the 2 users, and it worked.
So how it is that the id is inserted null at the moment of user creation? From your video everything seems to work right without further modifications.
Hey Laku,
So happy you’re enjoying the tutorials! Hosting on a raspberry pi is amazing and a great idea!
Could you confirm what your init_db function looks like?
Also, it might be easier to find the specific issue if you join the discord in the description. No pressure though if you’d prefer to chat here :)