nextacular / nextacular

An open-source starter kit that will help you build full-stack multi-tenant SaaS platforms efficiently and help you focus on developing your core SaaS features. Built on top of popular and modern technologies such as Next JS, Tailwind, Prisma, and Stripe.

Home Page:https://nextacular.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proper authentication validation

web-programmer-here opened this issue · comments

When user is not authenticated and access certain urls directly, we will get 500 error
https://demo.nextacular.co/account/settings

error is coming from here

image

@web-programmer-here

This right here is a bug. Let me take a look at how to improve this one.
Thanks!