How to Hide debugger , debug_mode=true parameter ,

I tried to do in my app that when current page parameter contain debug_mode=true then go to page debug_mode=false or make it “empty”, but it give an error like “you can’t use debug_mode parameter”
My goal is to not show debugger in live version, because I don’t want to show all workflows, So how can I do that, any idea or different way I can implement that.

1 Like

Hey @zamadshakil :wave:

Debug mode automatically hidden in the live mode anyways. So, you dont need to do anything special for it. It is just visible in development mode.

However, to publish live, you need to be at least a paid plan.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

2 Likes

Debugger is only visible to user that are logged in to app editor. Bubble will remove it for any other user.

4 Likes

I am in team plan, but in live version when I type debug_mode=true then it show debugger

understood, thanks

Because your account is login, try in incognito mode

1 Like

you are right

I see what you mean now. Yes, @Jici and @yamada.shoji99 answered it nicely. You learn new things everyday :slight_smile:

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.