Auth

is there a sample bypass to login the auth while in development
kapa.ai
kapa.ai•20d ago
Hi @Mohan. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- Yes, there is a way to bypass the email verification step in development mode when using Wasp. You can set the SKIP_EMAIL_VERIFICATION_IN_DEV environment variable to true in your .env.server file. This can be useful when you are developing your app and don't want to go through the email verification flow every time you sign up. Here is how you can do it:
.env.server
SKIP_EMAIL_VERIFICATION_IN_DEV=true
.env.server
SKIP_EMAIL_VERIFICATION_IN_DEV=true
Remember, this is only for development mode and should not be used in a production environment. For more details, you can refer to the Wasp documentation on Email Verification Flow (https://wasp-lang.dev/docs/auth/email#email-verification-flow). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Mohan, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
Mohan
Mohan•20d ago
Thanks @kapa.ai how do i mark this as solved
kapa.ai
kapa.ai•20d ago
Let me check the knowledge base for you. One moment! :books: ---------------------- If you're referring to a question or issue on a platform like GitHub or Discord, the process to mark it as solved can vary. On GitHub, you can close the issue if you opened it. Just click on the Close issue button at the bottom of the issue page. If it's a discussion, you can mark a response as an answer. Click on the ... button on the comment you want to mark as an answer, then click Mark as answer. On Discord, there isn't a built-in way to mark a question as solved. However, you can simply send a message stating that your issue has been resolved. If you're referring to a different platform, please provide more details so I can give a more accurate answer. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Mohan, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
Mohan
Mohan•20d ago
Solved @kapa.ai how i run debugger with ths
kapa.ai
kapa.ai•20d ago
Let me check the knowledge base for you. One moment! :books: ---------------------- To run a debugger with Wasp, you would typically use the debugging tools provided by your code editor or IDE, such as Visual Studio Code or WebStorm, and the specific debugging process can vary depending on the tool you're using. For example, if you're using Visual Studio Code, you can set breakpoints in your code and then start a debugging session by clicking on the "Start Debugging" button or by pressing F5. However, the knowledge sources provided do not contain specific instructions or examples for running a debugger with Wasp. For more detailed instructions, you should refer to the documentation of your code editor or IDE, and the Node.js debugging guide if you're debugging server-side code. If you're having trouble setting up the debugger with Wasp, feel free to ask for more specific help, providing details about the code editor or IDE you're using, and the part of your Wasp project you're trying to debug. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @Mohan, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
Mohan
Mohan•19d ago
@miho @sodic can I assume that server debugging is not possible now? or is there a way to do it?
miho
miho•19d ago
If you generate your app with Wasp and then run it by yourself i.e. going into the .wasp/out folder and running the web-app and server manually via npm instead of wasp start you can do what ever you can do with Node.js 🙂 https://nodejs.org/en/learn/getting-started/debugging#enable-inspector Wasp doesn't support 1st party support for debugging the server - yet, but you can work with Node.js directly to debug some specific issue.
Node.js — Debugging Node.js
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
miho
miho•19d ago
I've noted this in a Github issue: https://github.com/wasp-lang/wasp/issues/1998
GitHub
Node.js debugger for the server · Issue #1998 · wasp-lang/wasp
Some users asked how they can debug the server's Node.js app. Ideally, we would enable the users to use the --inspect with a Wasp flag: https://nodejs.org/en/learn/getting-started/debugging#ena...
Mohan
Mohan•19d ago
Make sense. Thanks @miho
Filip
Filip•19d ago
Btw, if you're still trying to set up the debugger in the generated app, this thread explains how to do it: https://discord.com/channels/686873244791210014/1134423535310360667/1134423535310360667
Mohan
Mohan•19d ago
Thanks, @sodic . I was able to figure it out. I'm thinking of writing about how I did it this weekend. I'll cross-check this thread, and if I did anything more or different, I'll write about it there
MEE6
MEE6•19d ago
Wohooo @Mohan, you just became a Waspeteer level 2!
miho
miho•18d ago
@Mohan we'd love it read it, please share when you have the time 🙂
Filip
Filip•8d ago
Hey @Mohan, any updates on this one 😄 Thanks!
Want results from more Discord servers?
Add your server
More Posts
Quick Start not working?I'm following this tutorial: https://wasp-lang.dev/docs/quick-start After opening my terminal and rI cant see ubunbtu on my Linux sub system folderI just started with this programming stuff and i wanted to try my app with this new ai called magegpIs it possible to separate client and server wasp build?each time I update stuff on client, and want to push to netlify, I need to run wasp build, but it refly.io deployment errorI tried to deploy to fly.io, and I set DATABASE_URL, and I tested it can connect successfully with dfront end developers demand in job marketCan anyone please tell me about the demand of a beginner level front end developer in job market nowPassing Context for Dependency InjectionIs there a standard pattern for passing the context object for database interaction to functions? WGetting Updates to the Open SaaS Template (not working?)I am following the guide in [Getting Started](https://docs.opensaas.sh/start/getting-started/), howeCant find app and blog in my folder but it says wasp already installed.Hi everyone, ive installed Wasp but i cant find where the app and blog folder is at. It keeps says NsignupWhen defining action in main file If i dont want to use entity as i dont want to store in the db. CaStoring additional data in sessionHi everyone 😉 I'm exploring a possibility to develop my new project in WASP which looks really awesOAuth Login Error with Google Credentials in Local EnvironmentHello everyone, I need a bit of help. In my local environment, I've correctly set up the GOOGLE_CLIETypescript not validating included relationThis is likely due to my inexperience with typescript, but I've been trying to access a related propcustomize auth UI button shapeHi, I see there is an appearance to customize the color of the auth UI, how can I change the shape oStarlight missing trailing slashStarlight's sidebar doesn't include a trailing slash ("/") at the end of the URL, leading to a 301 rSuggested cookie consent plugin?I have been trying a few cookie consent plugins for React, but none seem to work well with Wasp (e.gpaypal & other payment gateway integrationI am curious if there is guideline/template for integration of other payment gateway apart from striGoogle Tag ManagerHey everyone, I am implementing Google Tag Manager according to the instructions (attached). The <hecustom http api endpointHello. I am following some of the documents for custom http api endpoint. 8 gave an 'api foobar' defIs it possible to customise titles of Auth component?I create an app in french, I can't let it in english. I saw I can customize the colors but that's noHow can I custom the verification email content?+ Can I use SendGrid template?