Theme switcher not working on production #562
Replies: 2 comments 3 replies
-
@christmex I see that there are more differences between both environments. The "admin picture" is purple in one and not the other. The tabs titles and text have also different colors, so I am assuming that in production you are not using the same css you use in development. Try the Cheers |
Beta Was this translation helpful? Give feedback.
3 replies
-
Due to no activity, I will close this issue, but please feel free to reopen or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, i got a little trouble with the theme switcher, on my local env it works properly, but on production env its not working
here's the screenshot of my local placed at myapp.test

here's my production, placed at myapp.com(not the real one, sorry)

in the console log, nothing is wrong, both local and production env, the weird thing is, it works properly on local env but not working on my production env
i also already defined config file

also i already perform(some case it works)
php artisan optimize:clear
but still doesn't work, is there anyone know what did i miss something? thanks
Beta Was this translation helpful? Give feedback.
All reactions