6 Answer(s)
-
0
Hi @rodrigosturm
Have you solved this problem ? If not, could you check server side azure logs and share it with us ?
-
0
Hi,
In parts yes, I solved the problem, I Saw the log and see a SQL conection error. So, a had to check the Conection string in publisher profile ( I had never did that before).
But, I have another issue, loading the page, a get a lot of error. I Try to delete bin folder, run yarn, but i coldn't find the solution...
-
0
-
0
I use bundler & minifiy extension for VS 2017, and It works.
But i use to use 5.4v (aspcore + mvc) and I've never need to do this before this version... do I need use this on every Rad tool then I'll generate?
I can't see why minify this kind of files.....
-
0
Hi @rodrigosturm
RAD Tool should add the js and css files to undleconfig.json. You need to run Bundler & Minifier tool or you can run "npm run create-bundles" after generating your page via RAD Tool.
-
0
Thanks @ismcagdas, i was using a old version before(5.3v), there is a lot of diference between to 6.5v.